API:Vcl.ScreenTips.TScreenTipsWindow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

Creates and initializes an instance of THintWindow.

Vcl.ScreenTips.TScreenTipsWindow.Create inherits from Vcl.Controls.THintWindow.Create. All content below this line refers to Vcl.Controls.THintWindow.Create.

Creates and initializes an instance of THintWindow.

Call Create to instantiate a hint window at runtime. Hint windows activated by the application in response to the ShowHint property of a control are created automatically.

See Also