FMX.StdCtrls.TPresentedTextControl.TriggerAcceleratorKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TriggerAcceleratorKey; virtual;

C++

virtual void __fastcall TriggerAcceleratorKey();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Allows the object to perform an action when the accelerator key is pressed.

FMX.StdCtrls.TPresentedTextControl.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.

See Also