TTMSFNCTreeViewNodeValues.UpdateChecked Method
Sets the checked state of the value at the specified index.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewNodeValues
Syntax
procedure UpdateChecked(AIndex: Integer; AValue: Boolean); virtual;
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based index of the value to update. |
AValue |
True sets the value to checked; False sets it to unchecked. |