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

TApplicationNavigationOption

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

Declaration

Source position: forms.pp line 1373

type TApplicationNavigationOption = (

  anoTabToSelectNext,

  

The Tab key moves the Focus to the next (or previous) control in TabOrder.

  anoReturnForDefaultControl,

  

The Enter key triggers the default action.

  anoEscapeForCancelControl,

  

The Escape key triggers the Cancel action.

  anoF1ForHelp,

  

The F1 key brings up context sensitive help.

  anoArrowToSelectNextInParent

  

The Arrow keys move the focus.

);

Description

TApplicationNavigationOption is an enumerated type with values that control the behaviors enabled for navigation in an application. Values from TApplicationNavigationOption are stored in the TApplicationNavigationOptions set type used to implement the Navigation property in TApplication.

See also

TApplicationNavigationOptions

  

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

TApplication.Navigation

  

Allows switching between controls using keyboard navigation.


Version 3.2 Generated 2024-02-25 Home