TcxCurrencyEdit.EditValue Property
Specifies the value stored by the TcxCurrencyEdit control.
Declaration
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