ReadOnly Property
  

Set / Gets readonly property for Edit, EditTextBox, GetBox and RadioGroup

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.ReadOnly := lReadOnly

Get:
<ParentWindowName>.<ControlName>.ReadOnly --> lReadOnly

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, ReadOnly , lReadOnly)

Get:
GetProperty ( <ParentWindowName>, <ControlName>,ReadOnly ) --> lReadOnly