Class TObjectsList (unit DFClasses)

Inherits from

TList

------------------------------------------------------------------------ The advantages of TObjectsList is it can free objects automatically while you delete an object. ------------------------------------------------------------------------

Constructors



Functions

destructor Destroy;

TObjectsList

procedure FreeItem(Index: Integer);


function GetObjs(Index: Integer) : TObject;


procedure SetObjs(Index: Integer; Val: TObject);


Properties

property Objects : TObject


Events

Variables


Constructors


Functions


destructor Destroy;

TObjectsList


procedure FreeItem(Index: Integer);


function GetObjs(Index: Integer) : TObject;


procedure SetObjs(Index: Integer; Val: TObject);


Properties


property Objects : TObject


Events


Variables