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

TApplicationNavigationOptions

Declaration

Source position: forms.pp line 1241

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.

);

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