[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the items in the collection.
Source position: comboex.pas line 132
public property TComboExItems.ComboItems[AIndex: Integer] : TComboExItem |
ComboItems is a read-only indexed TComboExItem property used to provide access to the Items in the collection. The read access specifier for the property ensures that values in Items are cast to the TComboExItem type used in the derived collection.
ComboItems is the default property for the collection, and the subject visited in an enumerator for the class.
|
Provides indexed access to the list of items maintained in the collection. |
|
Version 4.0 | Generated 2025-05-03 | Home |