RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.Insert Method

Inserts an interface into the list at a specified position.

Pascal
procedure Insert(Index: Integer; const Item: IInterface);
C++
__fastcall Insert(int Index, const IInterface Item);

Call Insert to insert an interface into the list. Item is the interface to insert, and Index indicates the position (zero-offset) where the interface should be added. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!