FMX.KeyMapping.IFMXKeyMappingService.RegisterKeyMapping
Delphi
function RegisterKeyMapping(const PlatformKey, VirtualKey: Word; const KeyKind: TKeyKind): Boolean;
C++
virtual bool __fastcall RegisterKeyMapping(const System::Word PlatformKey, const System::Word VirtualKey, const Fmx::Types::TKeyKind KeyKind) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FMX.KeyMapping.pas FMX.KeyMapping.hpp |
FMX.KeyMapping | IFMXKeyMappingService |
Beschreibung
Registriert einen Plattformschlüssel als angegebenen virtuellen Schlüssel.