Vcl.Samples.Gauges.TGauge.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxValue: Longint read FMaxValue write SetMaxValue default 100;

C++

__property int MaxValue = {read=FMaxValue, write=SetMaxValue, default=100};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Represents the progress maximum value.

Use this property to set or get the progress maximum value.

Values that are assigned to MaxValue must be equal to or greater than MinValue; otherwise an exception is raised.