Back to Devexpress

TcxCustomCalcEdit.Value Property

vcl-cxcalc-dot-tcxcustomcalcedit.md

latest1.1 KB
Original Source

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

TcxCustomEdit.EditValue

TcxCustomCalcEdit Class

TcxCustomCalcEdit Members

cxCalc Unit