Vcl.Samples.Spin.TSpinEdit.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit

Description

Specifies the value listed in the TSpinEdit.

Value specifies the value listed in the TSpinEdit. The value can be changed by clicking one of the TSpinEdit buttons or using the Up and Down keys while TSpinEdit is focused.

See Also