Vcl.ScreenTips.TScreenTipsWindow.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

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

Description

Renders the pop-up window surface.

Paint is automatically called when the pop-up window needs to update its display image.

See Also