FMX.AcceleratorKey.IAcceleratorKeyReceiver.CanTriggerAcceleratorKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanTriggerAcceleratorKey: Boolean;

C++

virtual bool __fastcall CanTriggerAcceleratorKey() = 0 ;

Properties

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

Description

Determines whether the object reacts to the accelerator key or not.

Use CanTriggerAcceleratorKey for objects that are not intended to react to the accelerator key, for example: a hidden tab page or a hidden submenu. The object triggers the action if CanTriggerAcceleratorKey is True. Otherwise, the object cannot trigger the action.

See Also