Vcl.Controls.TControl.SetAutoSize
Delphi
procedure SetAutoSize(Value: Boolean); virtual;
C++
virtual void __fastcall SetAutoSize(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Sets the value of the AutoSize property.
SetAutoSize is a protected method in the TControl class and is used to set the value of the AutoSize property.