[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the list of items maintained in the collection.
Source position: comboex.pas line 111
public property TListControlItems.Items[AIndex: Integer] : TListControlItem |
Items is a read-only indexed TListControlItem property which provides access to the list of items maintained in the collection. TListControlItems reimplements the read access specifier to return the TListControlItem type required for the collection.
Use the Count property to determine the number of Items stored in the collection. Use the Add or Insert method to create a new item in the collection. Use Delete or Clear to remove one or all items in the collection.
Items is the default property for the collection, and the property examined by the TCollectionEnumerator returned by the GetEnumerator method.
|
Implements a collection item added to a list control. |
|
Version 4.0 | Generated 2025-05-03 | Home |