Vcl.Controls.TBalloonHint.PaintHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintHint(HintWindow: TCustomHintWindow); override;

C++

virtual void __fastcall PaintHint(TCustomHintWindow* HintWindow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TBalloonHint

Description

Paints the hint.

Vcl.Controls.TBalloonHint.PaintHint inherits from Vcl.Controls.TCustomHint.PaintHint. All content below this line refers to Vcl.Controls.TCustomHint.PaintHint.

Paints the hint.

This method paints the custom hint as configured.

See Also