Vcl.ComCtrls.THotKey

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

Vcl.ComCtrls.TCustomHotKeyVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHotKey

Delphi

THotKey = class(TCustomHotKey)

C++

class PASCALIMPLEMENTATION THotKey : public TCustomHotKey

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

THotKey は,Windows コモンコントロールホットキーのラッパーです。

THotKey コンポーネントは,TCustomHotKey で導入されている汎用動作を実装しています。THotKey コンポーネントは TCustomHotKey から多くのプロパティを継承していますが,新しい動作は導入していません。

THotKey コンポーネントを使用すると,ショートカットとして使用することのできるキーの組み合わせを作成できます。

関連項目