RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.Items Property

Provides direct access to an interface in the list.

Pascal
property Items [Index: Integer]: IInterface;
C++
__property IInterface Items[int Index];

Use Items to directly access an interface in the list. Index identifies each interface by its position in the list.

Note: In Delphi, Items is the default property of TInterfaceList. That means you can omit the property name. Thus, instead of writing
Note: InterfaceList1.Items[i]
Note: you can write
Note: InterfaceList1[i]
 

Count 

Add 

Delete 

operator_sb

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