RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.Get Method

Returns a specified interface from the list.

Pascal
function Get(Index: Integer): IInterface;
C++
__fastcall IInterface Get(int Index);

Get is the read implementation of the Items property. 

Index identifies which interface to return, where 0 is the first interface, 1 is the second interface, and so on. 

 

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