API:Vcl.Controls.TCustomHintWindow.AutoSize
Delphi
procedure AutoSize;
C++
HIDESBASE void __fastcall AutoSize(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomHintWindow |
Description
Specifies whether the control sizes itself automatically to accommodate its contents.
Vcl.Controls.TCustomHintWindow.AutoSize inherits from Vcl.Controls.TControl.AutoSize. All content below this line refers to Vcl.Controls.TControl.AutoSize.
Specifies whether the control sizes itself automatically to accommodate its contents.
Use AutoSize to specify whether the control sizes itself automatically. When AutoSize is True, the control resizes automatically when its contents change.
By default, AutoSize is False.