FMX.AcceleratorKey.IAcceleratorKeyReceiver.TriggerAcceleratorKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TriggerAcceleratorKey;

C++

virtual void __fastcall TriggerAcceleratorKey() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.AcceleratorKey.pas
FMX.AcceleratorKey.hpp
FMX.AcceleratorKey IAcceleratorKeyReceiver

Description

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.

See Also