Skip to main content

TcxCalcEdit.EditValue Property

Represents the value stored by a TcxCalcEdit control.

Declaration

property EditValue;

Property Value

Type
TcxEditValue

Remarks

Use the EditValue property to get and set a value, stored by the TcxCalcEdit editor. The value calculated by the calculator is stored in this property. EditValue is a variant and can store either numbers of double type or NULL values. EditValue specifies NULL if no operations were performed via the calculator and no numerical value was assigned. To ensure that a numerical value is provided, use the inherited Value property. The value returned by the Value property is calculated from EditValue. If EditValue is set to NULL, Value returns 0.

See Also