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

TApplicationNavigationOptions

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

Declaration

Source position: forms.pp line 1380

type TApplicationNavigationOptions = set of (

  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.

);


Version 3.2 Generated 2024-02-25 Home