[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ComboEx' (#lcl)

TCustomCheckCombo.Count

Reflects the number of check boxes defined for the control.

Declaration

Source position: comboex.pas line 324

public property TCustomCheckCombo.Count : Integer
  read GetCount;

Description

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.

See also

TStrings.Count

TCustomComboBox.Items

  

The list of items displayed in the combo-box control.

TCustomCheckCombo.AddItem

  

Adds the specified string (and optional object) to the Items displayed in the control.

TCustomCheckCombo.DeleteItem

  

Deletes the check box at the specified position.

TCustomCheckCombo.Clear

  

Removes the values stored in the Items property.


Version 4.0 Generated 2025-05-03 Home