TTMSFNCCustomCheckedListBox.Checked Property
Gets or sets whether the item at the specified index is checked.
API unit family: TMSFNCCheckedListBox
Declaring type: TTMSFNCCustomCheckedListBox
Type: Boolean
Syntax
property Checked[AItemIndex: Integer]: Boolean;
Remarks
True means the indexed item is selected by its check box.
Parameters
| Name | Description |
|---|---|
AItemIndex |
Zero-based item index. |