Class TXMPSyncWriteSettings
Unit
idCatalogDOM
Declaration
type TXMPSyncWriteSettings = class(TBaseCatalogObject)
Description
TXMPSyncWriteSettings
Hierarchy
Overview
Methods
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property ReplaceKeywords: TXMPSyncKeywordSetting read FReplaceKeywords write FReplaceKeywords; |
 |
property MapDotted: Boolean read FMapDotted write FMapDotted; |
 |
property StoreUpperLevels: Boolean read FStoreUpperLevels write FStoreUpperLevels; |
 |
property StoreCategoryGUID: String read FStoreCategoryGUID write FStoreCategoryGUID; |
 |
property OnlyOutOfSync: Boolean read FOnlyOutOfSync write FOnlyOutOfSync; |
 |
property WriteICS: Boolean read FWriteICS write FWriteICS; |
 |
property WriteMacOSTags: Boolean read FWriteMacOSTags write FWriteMacOSTags; |
 |
property WriteGPS: Boolean read FWriteGPS write FWriteGPS; |
 |
property WriteEvent: Boolean read FWriteEvent write FWriteEvent; |
 |
property WritePeople: Boolean read FWritePeople write FWritePeople; |
 |
property WritePeopleGetty: Boolean read FWritePeopleGetty write FWritePeopleGetty; |
 |
property WriteObjects: Boolean read FWriteObjects write FWriteObjects; |
 |
property StoreCached: Boolean read FStoreCached write FStoreCached; |
 |
property Separator: Char read FSeparator write FSeparator; |
 |
property AlwaysAsLR: Boolean read FAlwaysAsLR write FAlwaysAsLR; |
 |
property StoreSynonyms: Boolean read FStoreSynonyms write FStoreSynonyms; |
 |
property SortKeywords: Boolean read FSortKeywords write FSortKeywords; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property MapDotted: Boolean read FMapDotted write FMapDotted; |
|
|
 |
property StoreUpperLevels: Boolean read FStoreUpperLevels write FStoreUpperLevels; |
|
|
 |
property StoreCategoryGUID: String read FStoreCategoryGUID write FStoreCategoryGUID; |
|
|
 |
property OnlyOutOfSync: Boolean read FOnlyOutOfSync write FOnlyOutOfSync; |
|
|
 |
property WriteICS: Boolean read FWriteICS write FWriteICS; |
|
|
 |
property WriteMacOSTags: Boolean read FWriteMacOSTags write FWriteMacOSTags; |
|
|
 |
property WriteGPS: Boolean read FWriteGPS write FWriteGPS; |
|
|
 |
property WriteEvent: Boolean read FWriteEvent write FWriteEvent; |
|
|
 |
property WritePeople: Boolean read FWritePeople write FWritePeople; |
|
|
 |
property WritePeopleGetty: Boolean read FWritePeopleGetty write FWritePeopleGetty; |
|
|
 |
property WriteObjects: Boolean read FWriteObjects write FWriteObjects; |
|
|
 |
property StoreCached: Boolean read FStoreCached write FStoreCached; |
|
|
 |
property Separator: Char read FSeparator write FSeparator; |
|
|
 |
property AlwaysAsLR: Boolean read FAlwaysAsLR write FAlwaysAsLR; |
|
|
 |
property StoreSynonyms: Boolean read FStoreSynonyms write FStoreSynonyms; |
|
|
 |
property SortKeywords: Boolean read FSortKeywords write FSortKeywords; |
|
|
Generated by PasDoc 0.15.0.
|