FMX.KeyMapping.UnregisterKeyMapping

提供:RAD Studio API Documentation

Delphi

function UnregisterKeyMapping(const PlatformKey: Word): Boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.KeyMapping.pas
FMX.KeyMapping.hpp
FMX.KeyMapping FMX.KeyMapping


説明

警告: UnregisterKeyMapping is deprecated. Please use IFMXKeyMappingService.UnregisterKeyMapping.