[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the focus to the next (or preceding) control.
Source position: controls.pp line 2241
public function TWinControl.PerformTab( |
ForwardTab: Boolean |
):Boolean; virtual; |
ForwardTab |
|
The direction of transfer: True for the next control in the TabOrder, False for the preceding control. |
True when the focus has been transferred.
lazarus-ccr.sourceforge.net |