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 a TScreenTipsWindow instance.

This method creates a TScreenTipsWindow instance.

See Also