[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Array-based access to the list's items.
Source position: classesh.inc line 2002
public property TInterfaceList.Items[Index: Integer] : IUnknown |
Items provides indexed access to the elements in the list. Note that the elements are zero-based, and thus are indexed from 0 to Count-1. The items are read-write. It is not possible to add elements to the list by accessing an element with index larger or equal to Count.
|
Provides Index-based, sequential, access to the interfaces in the list. |
|
|
The current number of elements in the list. |
|
|
Provides access to the pointers in the list. |
|
|
Provides access to the pointers in the list. |