FMX.Controls.TStyledControl.AdjustFixedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustFixedSize(const ReferenceControl: TControl); virtual;

C++

virtual void __fastcall AdjustFixedSize(TControl* const ReferenceControl);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Sets the fixed size of the control.

AdjustFixedSize sets the fixed size according to ChooseAdjustType.

See Also