Class TMetaSchemaItemOccurence
Unit
xomXMP
Declaration
type TMetaSchemaItemOccurence = class(TDBXOMObject)
Description
TMetaSchemaItemOccurence
Hierarchy
- TDBXOMObject
- TMetaSchemaItemOccurence
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
 |
class function NeedsSpecialTreatment(const AXMPProperty: WideString): Boolean; virtual; |
|
|
 |
function PrepareSpecialTreatment: Boolean; virtual; |
|
|
 |
function MacroPropertyText(const AXMPProperty: WideString; const AVal: Variant; const ACleaned: Boolean): WideString; virtual; |
|
|
Properties
 |
property Caption: WideString read GetCaption stored False; |
|
|
 |
property HintCaption: WideString read GetHintCaption stored False; |
|
|
 |
property MetaType: WideString read FMetaType write FMetaType; |
|
|
 |
property XMP_Property: WideString read FXMP_Property write FXMP_Property; |
|
|
 |
property XMP_Value: WideString read FXMP_Value write FXMP_Value; |
|
|
 |
property NumberValue: Double read FNumberValue write FNumberValue; |
|
|
 |
property NormalizedNumberValue: Double read GetNormalizedNumberValue stored False; |
|
|
 |
property NormalizedNumberValueAsString: WideString read GetNormalizedNumberValueAsString stored False; |
|
|
 |
property FixedCaption: WideString read FFixedCaption write FFixedCaption; |
|
|
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount stored False; |
|
|
Generated by PasDoc 0.15.0.
|