Vcl.ComCtrls.TCustomHotKey.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomHotKey(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomHotKey(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

プロパティ

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

説明

アクセラレータキーコントロールをインスタンス化します。

Create を呼び出して,実行時にアクセラレータキーコントロールをインスタンス化します。設計時に追加されたアクセラレータキーコントロールの場合,Create メソッドは自動的に呼び出されます。

AOwner は,hotkey インスタンスの解放を処理するコンポーネント(通常はフォーム)です。これは,Owner プロパティの値になります。

関連項目