|
RAD Studio VCL Reference
|
Replaces an interface in the list with a specified interface.
procedure Put(Index: Integer; const Item: IInterface);
__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!
|