[Overview][Types][Classes][Procedures and functions][Index] |
Reflects the number of check boxes defined for the control.
Source position: comboex.pas line 324
public property TCustomCheckCombo.Count : Integer |
Count is a read-only Integer property which reflects the number of check boxes defined for the control. The value for the property is retrieved from the corresponding property in Items.
Use the AddItem method to add a new check box to the control. Use the DeleteItem method to remove a specific check box defined in Items. Use Clear to remove all check boxes defined for the control.
|
The list of items displayed in the combo-box control. |
|
|
Adds the specified string (and optional object) to the Items displayed in the control. |
|
|
Deletes the check box at the specified position. |
|
|
Removes the values stored in the Items property. |
Version 4.0 | Generated 2025-05-03 | Home |