FMX.KeyMapping.TKeyMapping.RegisterKeyMapping

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function RegisterKeyMapping(const PlatformKey, VirtualKey: Word; const KeyKind: TKeyKind): Boolean;

C++

bool __fastcall RegisterKeyMapping(const System::Word PlatformKey, const System::Word VirtualKey, const Fmx::Types::TKeyKind KeyKind);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.KeyMapping.pas
FMX.KeyMapping.hpp
FMX.KeyMapping TKeyMapping


Beschreibung

Registriert einen Plattformschlüssel als angegebenen virtuellen Schlüssel.