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

TWinControl.PerformTab

Sets the focus to the next (or preceding) control.

Declaration

Source position: controls.pp line 2241

public function TWinControl.PerformTab(

  ForwardTab: Boolean

):Boolean; virtual;

Arguments

ForwardTab

  

The direction of transfer: True for the next control in the TabOrder, False for the preceding control.

Function result

True when the focus has been transferred.

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