Vcl.ScreenTips.TCustomScreenTipsPopup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a TCustomScreenTipsPopup instance.

This method creates and initializes a TCustomScreenTipsPopup instance. The AOwner parameter is the owner of the TScreenTipsPopup component.

See Also