Vcl.Samples.Spin.TSpinEdit.MaxValue
Delphi
property MaxValue: LongInt read FMaxValue write FMaxValue;
C++
__property int MaxValue = {read=FMaxValue, write=FMaxValue, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | published | Vcl.Samples.Spin.pas Vcl.Samples.Spin.hpp  | 
        Vcl.Samples.Spin | TSpinEdit | 
Description
Specifies the maximum value.
MaxValue specifies the maximum Value that TSpinEdit can take.