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

TApplication.OnShortcut

This event handler can interpret keystrokes as shortcuts, before the normal target handles the key.

Declaration

Source position: forms.pp line 1604

public property TApplication.OnShortcut : TShortCutEvent
  read FOnShortcut
  write FOnShortcut;

See also

TApplicationHandlerType.ahtKeyDownBefore

  

Handler for KeyDown events, invoked before interface and LCL handlers

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