Class TPropInfoList (unit RXProps)

Inherits from

TObject

TPropInfoList

Constructors


constructor Create(AObject: TObject; Filter: TTypeKinds);

TPropInfoList


Functions

function Contains(P: PPropInfo): Boolean;


procedure Delete(Index: Integer);


destructor Destroy;


function Find(const AName: string): PPropInfo;


procedure Intersect(List: TPropInfoList);


function Get(Index: Integer): PPropInfo;


Properties

property Count : Integer


property Items : PPropInfo


Events

Variables

FCount : Integer;


FList : PPropList;


FSize : Integer;



Constructors


constructor Create(AObject: TObject; Filter: TTypeKinds);

TPropInfoList


Functions


function Contains(P: PPropInfo): Boolean;


procedure Delete(Index: Integer);


destructor Destroy;


function Find(const AName: string): PPropInfo;


procedure Intersect(List: TPropInfoList);


function Get(Index: Integer): PPropInfo;


Properties


property Count : Integer


property Items : PPropInfo


Events


Variables


FCount : Integer;


FList : PPropList;


FSize : Integer;