FMX.AcceleratorKey.IFMXAcceleratorKeyRegistryService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXAcceleratorKeyRegistryService = interface

C++

__interface  INTERFACE_UUID("{0D06B7CC-FAF2-45F8-B7AA-D4B84FD384B7}") IFMXAcceleratorKeyRegistryService  : 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 to provide support for accelerator keys.

Use the IFMXAcceleratorKeyRegistryService interface to provide support for a quick keyboard access to a specific control. Controls that own an acccelerator key service can implement:

See Also