FMX.StdCtrls.TPresentedTextControl.CanTriggerAcceleratorKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanTriggerAcceleratorKey: Boolean; virtual;

C++

virtual bool __fastcall CanTriggerAcceleratorKey();

Properties

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

Description

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

FMX.StdCtrls.TPresentedTextControl.CanTriggerAcceleratorKey inherits from FMX.AcceleratorKey.IAcceleratorKeyReceiver.CanTriggerAcceleratorKey. All content below this line refers to FMX.AcceleratorKey.IAcceleratorKeyReceiver.CanTriggerAcceleratorKey.

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