Class TMetaSchemaItem

Unit

Declaration

type TMetaSchemaItem = class(TXOMObject)

Description

Hierarchy

  • TXOMObject
  • TMetaSchemaItem

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;

Properties

Public property MappedParam: TMacroParam read FMappedParam write SetMappedParam;
Public property _MappedParam: TMacroParam read FMappedParam write FMappedParam;
Public property Param: TMacroParam read FParam write SetParam;
Public property OverrideParam: TMacroParam read FParam write SetOverrideParam;
Public property Occurrences: TMetaSchemaItemOccurences read GetOccurrences;
Public property Subs: TMetaSchemaItems read GetSubs;
Public property Reference: AnsiString read FReference write FReference;
Public property ValueCaption: WideString read GetValueCaption;
Public property HintValueCaption: WideString read GetHintValueCaption;
Public property PropertyValueCaption: WideString read GetPropertyValueCaption;
Public property PropertyHintValueCaption: WideString read GetPropertyHintValueCaption;
Published property ItemType: TMetaSchemaItemType read FItemType write FItemType;
Published property Caption: WideString read FCaption write FCaption;
Published property Description: WideString read FDescription write FDescription;
Published property MetaType: WideString read FMetaType write FMetaType;
Published property MetaProperty: WideString read FMetaProperty write FMetaProperty;
Published property IsReadOnly: Boolean read FIsReadOnly write FIsReadOnly;
Published property IsEnabled: Boolean read FIsEnabled write FIsEnabled;
Published property InCatalogTree: Boolean read FInCatalogTree write FInCatalogTree;
Published property ControlledVocabulary: Boolean read FControlledVocabulary write FControlledVocabulary;
Published property Top: Integer read FTop write FTop;
Published property Left: Integer read FLeft write FLeft;
Published property Width: Integer read FWidth write FWidth;
Published property Height: Integer read FHeight write FHeight;
Published property MacroName: AnsiString read FMacroName write FMacroName;
Published property MacroDefinition: WideString read FMacroDefinition write FMacroDefinition;
Published property Visible: Boolean read FVisible write FVisible;
Published property RangeFrom: Double read FRangeFrom write FRangeFrom;
Published property RangeTo: Double read FRangeTo write FRangeTo;
Published property Value: WideString read FValue write FValue;
Published property ValueOperator: TMetaSchemaItemOccurenceOperator read FValueOperator write FValueOperator;
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount stored False;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 

Properties

Public property MappedParam: TMacroParam read FMappedParam write SetMappedParam;
 
Public property _MappedParam: TMacroParam read FMappedParam write FMappedParam;
 
Public property Param: TMacroParam read FParam write SetParam;
 
Public property OverrideParam: TMacroParam read FParam write SetOverrideParam;
 
Public property Occurrences: TMetaSchemaItemOccurences read GetOccurrences;
 
Public property Subs: TMetaSchemaItems read GetSubs;
 
Public property Reference: AnsiString read FReference write FReference;
 
Public property ValueCaption: WideString read GetValueCaption;
 
Public property HintValueCaption: WideString read GetHintValueCaption;
 
Public property PropertyValueCaption: WideString read GetPropertyValueCaption;
 
Public property PropertyHintValueCaption: WideString read GetPropertyHintValueCaption;
 
Published property ItemType: TMetaSchemaItemType read FItemType write FItemType;
 
Published property Caption: WideString read FCaption write FCaption;
 
Published property Description: WideString read FDescription write FDescription;
 
Published property MetaType: WideString read FMetaType write FMetaType;
 
Published property MetaProperty: WideString read FMetaProperty write FMetaProperty;
 
Published property IsReadOnly: Boolean read FIsReadOnly write FIsReadOnly;
 
Published property IsEnabled: Boolean read FIsEnabled write FIsEnabled;
 
Published property InCatalogTree: Boolean read FInCatalogTree write FInCatalogTree;
 
Published property ControlledVocabulary: Boolean read FControlledVocabulary write FControlledVocabulary;
 
Published property Top: Integer read FTop write FTop;
 
Published property Left: Integer read FLeft write FLeft;
 
Published property Width: Integer read FWidth write FWidth;
 
Published property Height: Integer read FHeight write FHeight;
 
Published property MacroName: AnsiString read FMacroName write FMacroName;
 
Published property MacroDefinition: WideString read FMacroDefinition write FMacroDefinition;
 
Published property Visible: Boolean read FVisible write FVisible;
 
Published property RangeFrom: Double read FRangeFrom write FRangeFrom;
 
Published property RangeTo: Double read FRangeTo write FRangeTo;
 
Published property Value: WideString read FValue write FValue;
 
Published property ValueOperator: TMetaSchemaItemOccurenceOperator read FValueOperator write FValueOperator;
 
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
 
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount stored False;
 

Generated by PasDoc 0.15.0.