Vcl.Controls.TBalloonHint.PaintHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PaintHint(HintWindow: TCustomHintWindow); override;

C++

virtual void __fastcall PaintHint(TCustomHintWindow* HintWindow);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TBalloonHint

Beschreibung

Zeichnet einen Hinweis.

Vcl.Controls.TBalloonHint.PaintHint erbt von Vcl.Controls.TCustomHint.PaintHint. Der folgende Inhalt bezieht sich auf Vcl.Controls.TCustomHint.PaintHint.

Zeichnet einen Hinweis.

Diese Methode zeichnet den Hinweis so, wie er konfiguriert wurde.

Siehe auch