Vcl.Controls.TCustomHintWindow.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Beschreibung

Erzeugt eine TCustomHintWindow-Instanz.

Diese Methode erstellt eine TCustomHintWindow-Instanz.