FMX.KeyMapping.RegisterKeyMapping

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function RegisterKeyMapping(const PlatformKey, VirtualKey: Word; const KeyKind: TKeyKind): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall RegisterKeyMapping _DEPRECATED_ATTRIBUTE1("Use IFMXKeyMappingService.RegisterKeyMapping") (const System::Word PlatformKey, const System::Word VirtualKey, const Fmx::Types::TKeyKind KeyKind);

プロパティ

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

説明

警告: RegisterKeyMapping は非推奨になっています。 IFMXKeyMappingService.RegisterKeyMapping を使用してください。


このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。