FMX.Controls.TTextControl.CanTriggerAcceleratorKey
Delphi
function CanTriggerAcceleratorKey: Boolean; virtual;
C++
virtual bool __fastcall CanTriggerAcceleratorKey();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TTextControl |
Description
Determines whether the object reacts to the accelerator key or not.
FMX.Controls.TTextControl.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.