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