Options Property
  


Set / Gets options property for RadioGroup

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.Options := acValue

Get:
<ParentWindowName>.<ControlName>.Options --> acValue

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Options , acValue)

Get:
GetProperty ( <ParentWindowName>, <ControlName>,Options ) --> acValue