[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 1234

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.

);

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