Vcl.Controls.TCustomHint.PaintHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PaintHint(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall PaintHint(TCustomHintWindow* HintWindow);

Eigenschaften

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

Beschreibung

Zeichnet einen Hinweis.

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

Siehe auch