Insert

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWObjectList > Methods >

Insert

SIGNATURE=IW.Common.Lists.TIWObjectList.Insert@Integer@TObject

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure Insert(Index: Integer; AObject: TObject);

C++:

void public: __fastcall Insert(int Index, TObject * AObject);

 

Description: This is Insert, a member of class TIWObjectList.