[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the checked State for a check box defined in Items.
Source position: comboex.pas line 328
public property TCustomCheckCombo.State[AIndex: Integer] : TCheckBoxState |
State is an indexed TCheckBoxState property which provides access to the checked State for a check box defined in Items. AIndex specifies the ordinal position in Items for the check box. State returns the TCheckBoxState value in TCheckComboItemState.State for the associated object instance.
Changing the value for the property causes the OnItemChange event handler to be signalled. The Invalidate method is also called when AIndex is the current value in the ItemIndex property.
|
Provides indexed access to the Boolean enabled value for a check box defined in Items. |
|
|
Provides indexed access to the Boolean value for a check box defined in Items. |
|
|
Provides indexed access to the Data for a check box defined in Items. |
|
|
Indicates the current enabled state for a check box. |
|
|
Represents the current state for a check box. |
Version 4.0 | Generated 2025-05-03 | Home |