Class TeoList (unit Ueolist)

Inherits from

TList

Constructors


constructor Clone(const Source: TeoList);

Create

constructor Create;

TeoList


Functions

procedure Copy(const Source: TeoList);

called by TObject.

destructor Destroy;

aList:= TeoList.

function ItemIs(const index: integer): TObject;

aList.

function LastIndex: Integer;

LastIndex

Properties

Events

Variables


Constructors


constructor Clone(const Source: TeoList);

Create


constructor Create;

TeoList


Functions


procedure Copy(const Source: TeoList);

called by TObject.Free

Destroy


destructor Destroy;

aList:= TeoList.Clone(source); // instantiate

Clone


function ItemIs(const index: integer): TObject;

aList.Copy(source); // 'extra' items deleted

Copy


function LastIndex: Integer;

LastIndex


Properties


Events


Variables