Vcl.ComCtrls.TToolBar.SetAutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoSize(Value: Boolean); override;

C++

virtual void __fastcall SetAutoSize(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Sets the value of the AutoSize property.

Vcl.ComCtrls.TToolBar.SetAutoSize inherits from Vcl.Controls.TControl.SetAutoSize. All content below this line refers to Vcl.Controls.TControl.SetAutoSize.

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.

See Also