FMX.Controls.TTextControl.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.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

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

FMX.Controls.TTextControl.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