[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the Data for a check box defined in Items.
Source position: comboex.pas line 327
public property TCustomCheckCombo.Objects[AIndex: Integer] : TObject |
Objects is an indexed TObject property which provides access to the Data for a check box defined in Items. AIndex specifies the ordinal position in Items for the check box. Objects return the value from the TCheckComboItemState object stored in the Items property. The object instance is the property value that represents the content stored in the TCheckComboItemState.Data property.
|
Contains arbitrary data associated with a check box item. |
Version 4.0 | Generated 2025-05-03 | Home |