TTMSFNCCustomCheckGroup.Checked Property
Gets or sets whether the item at the specified index is checked.
API unit family: TMSFNCCheckGroup
Declaring type: TTMSFNCCustomCheckGroup
Type: Boolean
Syntax
property Checked[AIndex: Integer]: Boolean;
Remarks
True means the indexed item is checked.
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based item index. |