FMX.KeyMapping.TKeyMapping.PlatformKeyToVirtualKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PlatformKeyToVirtualKey(const PlatformKey: Word; var KeyKind: TKeyKind): Word;

C++

System::Word __fastcall 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 TKeyMapping

Description

Obtains the virtual key from a given platform key.