FMX.AcceleratorKey.IAcceleratorKeyReceiver
Delphi
IAcceleratorKeyReceiver = interface
C++
__interface INTERFACE_UUID("{1C679082-65F2-4C54-A2C4-CD4C00E2C465}") IAcceleratorKeyReceiver : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.AcceleratorKey.pas FMX.AcceleratorKey.hpp |
FMX.AcceleratorKey | FMX.AcceleratorKey |
Description
Defines the interface that controls must implement to be an accelerator key receiver.
Controls that are registered as an accelerator key receiver can implement:
- A method to trigger the response to the accelerator key.
- A method to determine whether the object reacts to the accelerator key or not.
- A method to return the character key that acts as the keyboard accelerator.
- A method to return the index of the accelerator character within the text string of the receiver.