TabStop Property
  

Set / Gets Tabstop property for standard controls

SYNTAX
Pseudo-OOP:

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

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

Function syntax:

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

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