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

TApplication.Navigation

Allows switching between controls using keyboard navigation.

Declaration

Source position: forms.pp line 1739

public property TApplication.Navigation : TApplicationNavigationOptions
  read FNavigation
  write SetNavigation;

Description

By default, the following keys can be used for keyboard navigation in an LCL application:

Tab, Shift+Tab
Moves the Focus to the next (or previous) control in TabOrder.
Enter
Triggers the default action for the form or control.
Escape
Triggers the Cancel action for the form or control.
F1
Displays context sensitive help (when available).
Cursor or arrow keys
Moves the focus or cursor.

See also

TApplicationNavigationOptions

  

Which keys can be used for the navigation within a form.


Version 3.2 Generated 2024-02-25 Home