 |
property PhotoCount : Integer read FPhotoCount write FPhotoCount; |
 |
property PropCount : Integer read FPropCount write FPropCount; |
 |
property RelCount : Integer read FRelCount write FRelCount; |
 |
property RelGUID : String read FRelGUID write FRelGUID; |
 |
property RelRule : WideString read FRelRule write FRelRule; |
 |
property ParentGUID : String read FParentGUID write FParentGUID; |
 |
property OwnedData : TObject read FOwnedData write FOwnedData; |
 |
property CategoryGUID : String read FCategoryGUID write FCategoryGUID; |
 |
property PropName : WideString read FPropName write FPropName; |
 |
property PropValue : WideString read FPropValue write FPropValue; |
 |
property Description : WideString read FDescription write FDescription; |
 |
property IsPrivate : Boolean read GetIsPrivate stored false; |
 |
property Image : TDataMemoryStream read FImage stored false; |
 |
property Details : TDataMemoryStream read FDetails stored false; |
 |
property PropsStream : TDataMemoryStream read FProps stored false; |
 |
property PropXMPLink : WideString read FPropXMPLink write FPropXMPLink; |
 |
property Data : TObject read FData write FData; |
 |
property SubProps : TCatalogItemProps read FSubProps write FSubProps; |
 |
property Generated : Boolean read FGenerated write FGenerated; |
 |
property LastUsed : TDateTime read FLastUsed write FLastUsed; |
 |
property Hierarchical : Boolean read FHierarchical write FHierarchical; |
 |
property ParentAssign : Boolean read FParentAssign write FParentAssign; |
 |
property ApplyProps : Boolean read FApplyProps write FApplyProps; |
 |
property MutualExclusive: Boolean read FMutualExclusive write FMutualExclusive; |
 |
property ParentXMPLinkAssign: Boolean read FParentXMPLinkAssign write FParentXMPLinkAssign; |
 |
property Synonyms : WideString read FSynonyms write FSynonyms; |
 |
property GPSGeoTag : Boolean read FGPSGeoTag write FGPSGeoTag; |
 |
property GPSGeoTagIfExist: Boolean read FGPSGeoTagIfExist write FGPSGeoTagIfExist; |
 |
property GPSLon : Double read FGPSLon write FGPSLon; |
 |
property GPSLat : Double read FGPSLat write FGPSLat; |
 |
property GPSAlt : Double read FGPSAlt write FGPSAlt; |
 |
property GPSRadius : Double read FGPSRadius write FGPSRadius; |
 |
property ShortCut : Integer read FShortCut write FShortCut; |
 |
property HotWord : WideString read FHotWord write FHotWord; |
 |
property CatPrivateState: TTriStateBoolean read FCatPrivateState write FCatPrivateState; |
 |
property _PhotoCount : Integer read FPhotoCount stored False; |
 |
property _PropCount : Integer read FPropCount stored False; |
 |
property _RelCount : Integer read FRelCount stored False; |
 |
property _Distance : Double read FDistance write FDistance stored False; |
 |
property GEODistance : Double read GetGEODistance stored False; |
 |
property Tag : PtrInt read FTag write FTag; |