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);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FMX.KeyMapping.pas FMX.KeyMapping.hpp |
FMX.KeyMapping | FMX.KeyMapping |
Beschreibung
Warnung: PlatformKeyToVirtualKey ist veraltet. Bitte verwenden Sie IFMXKeyMappingService.PlatformKeyToVirtualKey.