RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList.Put Method

Replaces an interface in the list with a specified interface.

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

Put is the write implementation of the Items property. 

Index is the index of the interface to replace. 

Item is the interface that replaces the interface identified by Index

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!