Vcl.Controls.TCustomHint.PaintHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintHint(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall PaintHint(TCustomHintWindow* HintWindow);

Properties

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

Description

Paints the hint.

This method paints the custom hint as configured.

See Also