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

TcxCustomCalcEdit.Value Property

Specifies the numeric value stored within a calculator editor.

#Declaration

Delphi
property Value: Double read; write;

#Property Value

Type
Double

#Remarks

Use the Value property to get and set a numeric value stored within the TcxCustomCalcEdit editor. When assigning a value to this property it actually changes the EditValue member. When reading the value of this property the result is calculated using the value of the EditValue property. EditValue can specify NULL in some cases (for instance, at the beginning of the calculator work when nothing was assigned to its value). If so, the Value property returns 0.

See Also