API:Vcl.ScreenTips.TScreenTipsWindow.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Vcl.ScreenTips.TScreenTipsWindow.Create は Vcl.Controls.THintWindow.Create を継承しています。以下の内容はすべて Vcl.Controls.THintWindow.Create を参照しています。

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

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

関連項目