FMX.KeyMapping.UnregisterKeyMapping

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function UnregisterKeyMapping(const PlatformKey: Word): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall UnregisterKeyMapping _DEPRECATED_ATTRIBUTE1("Use IFMXKeyMappingService.UnregisterKeyMapping") (const System::Word PlatformKey);

Eigenschaften

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


Beschreibung

Warnung: UnregisterKeyMapping ist veraltet. Bitte verwenden Sie IFMXKeyMappingService.UnregisterKeyMapping.