FMX.Controls.TStyledControl.ChooseAdjustType
Delphi
function ChooseAdjustType(const FixedSize: TSize): TAdjustType; virtual;
C++
virtual Fmx::Types::TAdjustType __fastcall ChooseAdjustType(const System::Types::TSize &FixedSize);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TStyledControl |
Description
Returns an adjust type based on the provided FixedSize.
FixedSize is the value of the FixedSize property of the control that is passed to AdjustFixedSize.