Vcl.Controls.THintWindow.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,THintWindow のインスタンスを作成および初期化します。

Create メソッドを呼び出すと,実行時にヒントウィンドウをインスタンス化できます。コントロールの ShowHint プロパティに応答してアプリケーションによってアクティブ化されたヒントウィンドウは自動的に作成されます。

関連項目