Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xomXMP
type TMetaSchemaItem = class(TXOMObject)
procedure AfterConstruction; override;
procedure BeforeDestruction; override;
property MappedParam: TMacroParam read FMappedParam write SetMappedParam;
property _MappedParam: TMacroParam read FMappedParam write FMappedParam;
property Param: TMacroParam read FParam write SetParam;
property OverrideParam: TMacroParam read FParam write SetOverrideParam;
property Occurrences: TMetaSchemaItemOccurences read GetOccurrences;
property Subs: TMetaSchemaItems read GetSubs;
property Reference: AnsiString read FReference write FReference;
property ValueCaption: WideString read GetValueCaption;
property HintValueCaption: WideString read GetHintValueCaption;
property PropertyValueCaption: WideString read GetPropertyValueCaption;
property PropertyHintValueCaption: WideString read GetPropertyHintValueCaption;
property ItemType: TMetaSchemaItemType read FItemType write FItemType;
property Caption: WideString read FCaption write FCaption;
property Description: WideString read FDescription write FDescription;
property MetaType: WideString read FMetaType write FMetaType;
property MetaProperty: WideString read FMetaProperty write FMetaProperty;
property IsReadOnly: Boolean read FIsReadOnly write FIsReadOnly;
property IsEnabled: Boolean read FIsEnabled write FIsEnabled;
property InCatalogTree: Boolean read FInCatalogTree write FInCatalogTree;
property ControlledVocabulary: Boolean read FControlledVocabulary write FControlledVocabulary;
property Top: Integer read FTop write FTop;
property Left: Integer read FLeft write FLeft;
property Width: Integer read FWidth write FWidth;
property Height: Integer read FHeight write FHeight;
property MacroName: AnsiString read FMacroName write FMacroName;
property MacroDefinition: WideString read FMacroDefinition write FMacroDefinition;
property Visible: Boolean read FVisible write FVisible;
property RangeFrom: Double read FRangeFrom write FRangeFrom;
property RangeTo: Double read FRangeTo write FRangeTo;
property Value: WideString read FValue write FValue;
property ValueOperator: TMetaSchemaItemOccurenceOperator read FValueOperator write FValueOperator;
property Hierarchical: Boolean read FHierarchical write FHierarchical;
property PhotoCount: Integer read FPhotoCount write FPhotoCount stored False;