TWinControl.TabStop

From OpenEUO
Revision as of 00:37, 24 October 2010 by 46.127.27.108 (Talk) (Created page with " '''RW TabStop : b''' Determines if the user can tab to a control. Use the TabStop to allow or disallow access to the control using the Tab key. If TabStop is true, the contr...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RW TabStop : b

Determines if the user can tab to a control.

Use the TabStop to allow or disallow access to the control using the Tab key. If TabStop is true, the control is in the tab order. If TabStop is false, the control is not in the tab order and the user can't press the Tab key to move to the control. Note: TabStop is not meaningful for a form unless the form assigns another form to be its parent.