Vcl.RibbonActnCtrls.TRibbonSpinEdit.Value
Delphi
property Value: LongInt read GetValue write SetValue;
C++
__property System::LongInt Value = {read=GetValue, write=SetValue, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonSpinEdit |
Description
Specifies the value listed in the spinedit.
Value specifies the value listed in the spinedit. The value can be changed by clicking one of the TRibbonSpinEdit buttons or using the Up and Down keys while TRibbonSpinEdit is focused.