Vcl.Controls.TCustomHint.ShowHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ShowHint; overload;
procedure ShowHint(Point: TPoint); overload;
procedure ShowHint(Rect: TRect); overload;
procedure ShowHint(Control: TControl); overload;

C++

void __fastcall ShowHint()/* overload */;
void __fastcall ShowHint(const System::Types::TPoint &Point)/* overload */;
void __fastcall ShowHint(const System::Types::TRect &Rect)/* overload */;
void __fastcall ShowHint(TControl* Control)/* overload */;

Eigenschaften

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

Beschreibung

Zeigt einen Hinweis an.

Diese Methode zeigt einen Hinweis an. Sie erstellt ein TCustomHintWindow für den Hinweis und startet zum Zeichnen des Hinweises einen Thread.

Siehe auch