FMX.StdCtrls.TProgressBar.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Single read GetMin write SetMin stored MinStored nodefault;

C++

__property float Min = {read=GetMin, write=SetMin, stored=MinStored};

Properties

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

Description

Specifies the minimum value for this progress bar. The default value for the Min property is 0.

See Also