Vcl.Controls.TCustomHintWindow.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomHintWindow(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomHintWindow(HWND ParentWindow) : TCustomControl(ParentWindow) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomHintWindow |
説明
TCustomHintWindow インスタンスを作成します。
このメソッドは、TCustomHintWindow インスタンスを作成します。