FMX.KeyMapping.TKeyMapping.RegisterKeyMapping
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.