Provides direct access to an interface in the list.
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 TInterfaceListPersistent. That means you can omit the property name. Thus, instead of writing:
Delphi
InterfaceList1.Items[i]
you can write:
Delphi
InterfaceList1[i]
Namespace: RSInterfaceCollections
Parameters
Index
Type: Integer
Type: IInterface