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

TcxCalcEdit.EditValue Property

Represents the value stored by a TcxCalcEdit control.

#Declaration

Delphi
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