FMX.StdCtrls.TProgressBar.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Single read GetMax write SetMax stored MaxStored nodefault;

C++

__property float Max = {read=GetMax, write=SetMax, stored=MaxStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TProgressBar

Description

Specifies the maximum value for this progress bar. As you place a TProgressBar component on a form, the default value for the Max property is set to 100.

See Also