Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCurrencyEdit.EditValue Property

Specifies the value stored by the TcxCurrencyEdit control.

#Declaration

Delphi
property EditValue;

#Property Value

Type
TcxEditValue

#Remarks

Use the EditValue property to get and set the value stored by the TcxCurrencyEdit control. To access a value converted to the floating-point type read the Value property. EditValue is of the Variant type and can store NULL values. If so, the Value property will return zero. It is possible to specify the manner in which NULL values are represented via the Properties object.

The EditValue property contains the currently edited value. When a user presses the Enter key or sets focus to another control, the text provided by the Text property is converted to EditValue.

See Also