[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the Boolean Checked or Unchecked state for Items in the control.
Source position: checklst.pas line 80
public property TCustomCheckListBox.Checked[AIndex: Integer] : Boolean |
Checked is an indexed Boolean property which provides access to the Checked or Unchecked state for Items in the control. The value for the property is True when State contains any value other than cbUnchecked. Setting the value for the property updates State to contain either cbChecked (when True) or cbUnchecked (when False).
|
Provides indexed access to the TCheckBoxState for Items in the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |