[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TabStop - determines if the user can tab to a control.
Source position: dbctrls.pp line 336
published property TDBListBox.TabStop; |
Reads or writes boolean flag; default is False
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 use the Tab key to move to the control.