Vcl.Controls.TBalloonHint.SetHintSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); override;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

Eigenschaften

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

Beschreibung

Legt die Größe des Hinweises fest.

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

Legt die Größe des Hinweises fest.

Diese Methode legt die Größe des benutzerdefinierten Hinweises aus einer TCustomHintWindow-Instanz fest.

Siehe auch