| Description | Hierarchy | Fields | Methods | Properties |
type TObjectProperty = class(TObject)
Class that stores all properties of an object during the parsing of definition files.
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure AddValue(const Value: PTokenRec); |
![]() |
procedure Assign(ObjProp: TObjectProperty); |
![]() |
function AsStrings: TStringList; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure AddValue(const Value: PTokenRec); |
![]() |
procedure Assign(ObjProp: TObjectProperty); |
![]() |
function AsStrings: TStringList; |
![]() |
property Name: string; |
![]() |
property NumberOfValues: Integer; |
![]() |
property Values[i: Integer]: PTokenRec; |
![]() |
property Name: string; |
![]() |
property NumberOfValues: Integer; |
![]() |
property Values[i: Integer]: PTokenRec; |