Vcl.ScreenTips.TCustomScreenTipsPopup.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 TCustomScreenTipsPopup

Description

Renders the screen tip pop-up surface.

Paint is automatically called when the screen tip pop-up needs to update the display area.

See Also