FMX.StdCtrls.TProgressBar.ChooseAdjustType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ChooseAdjustType(const FixedSize: TSize): TAdjustType; override;

C++

virtual Fmx::Types::TAdjustType __fastcall ChooseAdjustType(const System::Types::TSize &FixedSize);

Properties

Type Visibility Source Unit Parent
function protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TProgressBar

Description

Returns an adjust type based on the provided FixedSize.

FMX.StdCtrls.TProgressBar.ChooseAdjustType inherits from FMX.Controls.TStyledControl.ChooseAdjustType. All content below this line refers to FMX.Controls.TStyledControl.ChooseAdjustType. 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.

See Also