API:Vcl.Controls.TCustomHintWindow.AutoSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AutoSize;

C++

HIDESBASE void __fastcall AutoSize();

Eigenschaften

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

Beschreibung

Bestimmt, ob die Größe des Steuerelements an seinen Inhalt angepasst wird.

Vcl.Controls.TCustomHintWindow.AutoSize erbt von Vcl.Controls.TControl.AutoSize. Der folgende Inhalt bezieht sich auf Vcl.Controls.TControl.AutoSize.

Bestimmt, ob die Größe des Steuerelements an seinen Inhalt angepasst wird.

Mit AutoSize legen Sie fest, ob das Steuerelement seine Größe automatisch anpasst. Hat AutoSize den Wert True, wird das Steuerelement automatisch angepasst, wenn sich sein Inhalt ändert.

Standardmäßig ist AutoSize False.

Siehe auch