Vcl.Controls.TCustomHint.SetHintSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

Eigenschaften

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

Beschreibung

Legt die Größe des Hinweises fest.

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

Siehe auch