Back to Devexpress

TcxCustomSpinEdit.Value Property

vcl-cxspinedit-dot-tcxcustomspinedit.md

latest1.1 KB
Original Source

TcxCustomSpinEdit.Value Property

Contains a value displayed by a spin editor.

Declaration

delphi
property Value: Variant read; write;

Property Value

Type
Variant

Remarks

The Value property defines a value which is currently displayed by a spin editor. When a user edits the value, it is not immediately stored in the EditValue property. It will be stored in EditValue after a user presses the Enter key or sets focus to another control.

See Also

TcxCustomSpinEditProperties.Increment

TcxCustomSpinEditProperties.LargeIncrement

TcxCustomSpinEditProperties.UseCtrlIncrement

TcxCustomSpinEdit Class

TcxCustomSpinEdit Members

cxSpinEdit Unit