Vcl.Controls.TCustomHint.PaintHint
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.