 |
property _MainVersionGUID: String read F_MainVersionGUID write F_MainVersionGUID; |
 |
property _FixedGUID: Boolean read F_FixedGUID write F_FixedGUID; |
 |
property FileType: WideString read GetFileType; |
 |
property MetaFileStamp: TDateTime read GetMetaFileStamp; |
 |
property MetaFileSize: Int64 read GetMetaFileSize; |
 |
property IsVideo: Boolean read GetIsVideo; |
 |
property MediumSerialHex: String read GetMediumSerialHex; |
 |
property CatalogMatchLevel: TCatalogMatchLevel read FCatalogMatchLevel write FCatalogMatchLevel; |
 |
property Tag: PtrInt read FTag write FTag; |
 |
property TagObject: TObject read FTagObject write FTagObject; |
 |
property OwnedTagObject: TObject read FOwnedTagObject write FOwnedTagObject; |
 |
property PathGUID : String read FPathGUID write FPathGUID; |
 |
property GroupGUID : String read FGroupGUID write FGroupGUID; |
 |
property GroupOrder : Integer read FGroupOrder write FGroupOrder; |
 |
property GroupMarkers : TStackMarkers read FGroupMarkers write FGroupMarkers; |
 |
property DateTimeStamp: TDateTime read FDateTimeStamp write FDateTimeStamp; |
 |
property Rating : Integer read FRating write FRating; |
 |
property ColorLabel : WideString read FColorLabel write FColorLabel; |
 |
property FileSize : Int64 read FFileSize write FFileSize; |
 |
property FileStamp : TDateTime read FFileStamp write FFileStamp; |
 |
property UDF1 : WideString read FUDF1 write FUDF1; |
 |
property UDF2 : WideString read FUDF2 write FUDF2; |
 |
property UDF3 : WideString read FUDF3 write FUDF3; |
 |
property UDF4 : WideString read FUDF4 write FUDF4; |
 |
property UDF5 : WideString read FUDF5 write FUDF5; |
 |
property PlaceHolders: TCatalogVersionPlaceHolderTypes read FPlaceHolders write FPlaceHolders; |
 |
property UserGUID : String read FUserGUID write FUserGUID; |
 |
property VersionCount : Integer read FVersionCount write FVersionCount; |
 |
property IsVersion : Boolean read FIsVersion write FIsVersion; |
 |
property PropCount : Integer read FPropCount write FPropCount; |
 |
property AttCount : Integer read FAttCount write FAttCount; |
 |
property InSync : TSyncState read FInSync write FInSync; |
 |
property Bookmark : TBookmarker read FBookmark write FBookmark; |
 |
property Signature : AnsiString read FSignature write FSignature; |
 |
property FileSignature : AnsiString read FFileSignature write FFileSignature; |
 |
property SimilarityCode : String read FSimilarityCode write FSimilarityCode; |
 |
property AvgColor : String read FAvgColor write FAvgColor; |
 |
property ColorChannel : TColorChannel read FColorChannel write FColorChannel; |
 |
property Ratio : Double read FRatio write FRatio; |
 |
property Sharpness : Double read FSharpness write FSharpness; |
 |
property NormalizedRatio: Double read GetNormalizedRatio stored false; |
 |
property LastUpdate : TDateTime read FModifiedAt write FModifiedAt stored false; |
 |
property ImportDate : TDateTime read FCreatedAt write FCreatedAt stored false; |
 |
property Remark : WideString read FRemark write FRemark; |
 |
property _Latitude: Double read F_Latitude write F_Latitude; |
 |
property _Longitude: Double read F_Longitude write F_Longitude; |
 |
property _Altitude: Double read F_Altitude write F_Altitude; |
 |
property _HasRecipe: Boolean read F_HasRecipe write F_HasRecipe; |
 |
property _SyncCommand: TXMPSyncCommand read F_SyncCommand write F_SyncCommand; |
 |
property Definition : TCatalogItemProps read GetDefinition write SetDefinition; |
 |
property Data : TObject read FData write FData; |