Vcl.Samples.Gauges.TGauge.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinValue: Longint read FMinValue write SetMinValue default 0;

C++

__property int MinValue = {read=FMinValue, write=SetMinValue, default=0};

Properties

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

Description

Represents the progress minimum value.

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

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