TTMSFNCCustomCheckedListBox.CheckedItem Property
Gets or sets whether the specified item is checked.
API unit family: TMSFNCCheckedListBox
Declaring type: TTMSFNCCustomCheckedListBox
Type: Boolean
Syntax
property CheckedItem[AItem: TTMSFNCCheckedListBoxItem]: Boolean;
Remarks
True means the item is selected by its check box.
Parameters
| Name | Description |
|---|---|
AItem |
Item whose checked state is read or changed. |