Class TCatalogItemProps
Unit
idCatalogDOM
Declaration
type TCatalogItemProps = class(TBaseCatalogObjects)
Description
TCatalogItemProps
Hierarchy
Overview
Methods
Properties
 |
property Items[Index:Integer]: TCatalogItemProp read GetItem write SetItem; |
 |
property Changed: Boolean read FChanged write FChanged; |
 |
property Visible: Boolean read FVisible write FVisible; |
 |
property Tag: PtrInt read FTag write FTag; |
 |
property IsPrivate: Boolean read FIsPrivate write FIsPrivate; |
Description
Methods
 |
constructor Create(AItemClass: TXOMCollectionItemClass; const AName: Widestring = ''); override; |
|
|
 |
destructor Destroy; override; |
|
|
 |
function CountRecursive: Integer; |
|
|
 |
function FindPropByGUID (const AGUID: String; const ARecursive: Boolean = False): TCatalogItemProp; |
|
|
 |
function FindPropByName (const AName: WideString; const ARecursive: Boolean = False): TCatalogItemProp; |
|
|
 |
function FindPropByText (const AName: WideString; const ARecursive: Boolean = False): TCatalogItemProp; |
|
|
 |
function EnumPropsByName (const AName: WideString; AResult: TList; const ARecursive: Boolean = False): Integer; |
|
|
 |
function PropList (const ASeparator: WideString = ','): WideString; |
|
|
 |
function PropAsCSV (const ADelimiter: WideChar = ','): WideString; |
|
|
 |
function PropGUIDsAsCSV (const ADelimiter: WideChar = ','): WideString; |
|
|
Properties
 |
property Changed: Boolean read FChanged write FChanged; |
|
|
 |
property Visible: Boolean read FVisible write FVisible; |
|
|
 |
property Tag: PtrInt read FTag write FTag; |
|
|
 |
property IsPrivate: Boolean read FIsPrivate write FIsPrivate; |
|
|
Generated by PasDoc 0.15.0.
|