TcxCustomSpinEdit.Value Property
In This Article
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