FMX.KeyMapping.UnregisterKeyMapping
Delphi
function UnregisterKeyMapping(const PlatformKey: Word): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall UnregisterKeyMapping _DEPRECATED_ATTRIBUTE1("Use IFMXKeyMappingService.UnregisterKeyMapping") (const System::Word PlatformKey);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.KeyMapping.pas FMX.KeyMapping.hpp |
FMX.KeyMapping | FMX.KeyMapping |
Description
Warning: UnregisterKeyMapping is deprecated. Please use IFMXKeyMappingService.UnregisterKeyMapping.