Skip to main content
A newer version of this page is available. .

TcxCustomSpinEdit.Value Property

Contains a value displayed by a spin editor.

Declaration

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