FMX.Menus.TMenuItem.TriggerAcceleratorKey
Delphi
procedure TriggerAcceleratorKey; override;
C++
virtual void __fastcall TriggerAcceleratorKey();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Menus.pas FMX.Menus.hpp |
FMX.Menus | TMenuItem |
Description
Allows the object to perform an action when the accelerator key is pressed.
Allows the object to perform an action when the accelerator key is pressed.
FMX.Menus.TMenuItem.TriggerAcceleratorKey inherits from FMX.AcceleratorKey.IAcceleratorKeyReceiver.TriggerAcceleratorKey. All content below this line refers to FMX.AcceleratorKey.IAcceleratorKeyReceiver.TriggerAcceleratorKey.
Allows the object to perform an action when the accelerator key is pressed.
Use TriggerAcceleratorKey to trigger an action as a response to the accelerator key. For example, use TriggerAcceleratorKey to set focus to the acceleration key receiver control.