FMX.KeyMapping.RegisterKeyMapping
Delphi
function RegisterKeyMapping(const PlatformKey, VirtualKey: Word; const KeyKind: TKeyKind): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall RegisterKeyMapping _DEPRECATED_ATTRIBUTE1("Use IFMXKeyMappingService.RegisterKeyMapping") (const System::Word PlatformKey, const System::Word VirtualKey, const Fmx::Types::TKeyKind KeyKind);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.KeyMapping.pas FMX.KeyMapping.hpp |
FMX.KeyMapping | FMX.KeyMapping |
Description
Warning: RegisterKeyMapping is deprecated. Please use IFMXKeyMappingService.RegisterKeyMapping.