[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'MaskEdit' (#lcl)

TMaskEdit.TabStop

Enables or disables keyboard navigation using the Tab key.

Declaration

Source position: maskedit.pp line 355

published property TMaskEdit.TabStop : Boolean;

Description

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.

See also

TCustomEdit.TabStop

  

Enables navigation using the Tab key.

TWinControl.TabStop

  

Allows the user to navigate to this control, by pressing the Tab key.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.