Checked Property
  

Set / Gets check state of a menu item or checklabel.

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<MenuItemName>.Checked := lCheckState
or
<
ParentWindowName>.<ChkLabelName>.Checked := lCheckState

Get:
<ParentWindowName>.<MenuItemName>.Checked --> lCheckState
or
<
ParentWindowName>.<ChkLabelName>.Checked --> lCheckState

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Checked , lCheckState )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Checked )--> lCheckState