[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables or disables keyboard navigation using the Tab key.
Source position: maskedit.pp line 355
published property TMaskEdit.TabStop : Boolean; |
Use the TabStop property 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 use the Tab key to move to the control.
|
Enables navigation using the Tab key. |
|
|
Allows the user to navigate to this control, by pressing the Tab key. |
lazarus-ccr.sourceforge.net |