FMX.AcceleratorKey.IFMXAcceleratorKeyRegistryService.EmitAcceleratorKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EmitAcceleratorKey(const ARoot: IRoot; const AKey: Word): Boolean;

C++

virtual bool __fastcall EmitAcceleratorKey(const Fmx::Types::_di_IRoot ARoot, const System::Word AKey) = 0 ;

Properties

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

Description

Emits the accelerator key to the given root container.

Use EmitAcceleratorKey to emit the accelerator key to the given root container (typically a form). If the root container has an accelerator key receiver control, then the accelerator action is triggered.

See Also