FMX.Presentation.Style.TStyledPresentation.AdjustSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustSize; override;

C++

virtual void __fastcall AdjustSize();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Sets the size of the control.

FMX.Presentation.Style.TStyledPresentation.AdjustSize inherits from FMX.Controls.TStyledControl.AdjustSize. All content below this line refers to FMX.Controls.TStyledControl.AdjustSize.

Sets the size of the control.

AdjustSize sets the size values that AdjustSizeValue specifies.

See Also