Vcl.ScreenTips.TScreenTipsWindow.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

Creates the screen tip pop-up window.

CreateWnd is called automatically when the pop-up window is created. Override CreateWnd to pass additional initialization messages to the screen object when it is created.

See Also