Class TXMPSyncWriteSettings

Unit

Declaration

type TXMPSyncWriteSettings = class(TBaseCatalogObject)

Description

TXMPSyncWriteSettings

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Published property Enabled: Boolean read FEnabled write FEnabled;
Published property ReplaceKeywords: TXMPSyncKeywordSetting read FReplaceKeywords write FReplaceKeywords;
Published property MapDotted: Boolean read FMapDotted write FMapDotted;
Published property StoreUpperLevels: Boolean read FStoreUpperLevels write FStoreUpperLevels;
Published property StoreCategoryGUID: String read FStoreCategoryGUID write FStoreCategoryGUID;
Published property OnlyOutOfSync: Boolean read FOnlyOutOfSync write FOnlyOutOfSync;
Published property WriteICS: Boolean read FWriteICS write FWriteICS;
Published property WriteMacOSTags: Boolean read FWriteMacOSTags write FWriteMacOSTags;
Published property WriteGPS: Boolean read FWriteGPS write FWriteGPS;
Published property WriteEvent: Boolean read FWriteEvent write FWriteEvent;
Published property WritePeople: Boolean read FWritePeople write FWritePeople;
Published property WritePeopleGetty: Boolean read FWritePeopleGetty write FWritePeopleGetty;
Published property WriteObjects: Boolean read FWriteObjects write FWriteObjects;
Published property StoreCached: Boolean read FStoreCached write FStoreCached;
Published property Separator: Char read FSeparator write FSeparator;
Published property AlwaysAsLR: Boolean read FAlwaysAsLR write FAlwaysAsLR;
Published property StoreSynonyms: Boolean read FStoreSynonyms write FStoreSynonyms;
Published property SortKeywords: Boolean read FSortKeywords write FSortKeywords;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Published property Enabled: Boolean read FEnabled write FEnabled;
 
Published property ReplaceKeywords: TXMPSyncKeywordSetting read FReplaceKeywords write FReplaceKeywords;
 
Published property MapDotted: Boolean read FMapDotted write FMapDotted;
 
Published property StoreUpperLevels: Boolean read FStoreUpperLevels write FStoreUpperLevels;
 
Published property StoreCategoryGUID: String read FStoreCategoryGUID write FStoreCategoryGUID;
 
Published property OnlyOutOfSync: Boolean read FOnlyOutOfSync write FOnlyOutOfSync;
 
Published property WriteICS: Boolean read FWriteICS write FWriteICS;
 
Published property WriteMacOSTags: Boolean read FWriteMacOSTags write FWriteMacOSTags;
 
Published property WriteGPS: Boolean read FWriteGPS write FWriteGPS;
 
Published property WriteEvent: Boolean read FWriteEvent write FWriteEvent;
 
Published property WritePeople: Boolean read FWritePeople write FWritePeople;
 
Published property WritePeopleGetty: Boolean read FWritePeopleGetty write FWritePeopleGetty;
 
Published property WriteObjects: Boolean read FWriteObjects write FWriteObjects;
 
Published property StoreCached: Boolean read FStoreCached write FStoreCached;
 
Published property Separator: Char read FSeparator write FSeparator;
 
Published property AlwaysAsLR: Boolean read FAlwaysAsLR write FAlwaysAsLR;
 
Published property StoreSynonyms: Boolean read FStoreSynonyms write FStoreSynonyms;
 
Published property SortKeywords: Boolean read FSortKeywords write FSortKeywords;
 

Generated by PasDoc 0.15.0.