Vcl.RibbonActnCtrls.TRibbonSpinEdit.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: LongInt read GetValue write SetValue;

C++

__property int 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.

See Also