Skip to main content

TcxCustomCalcEdit.Value Property

Specifies the numeric value stored within a calculator editor.

Declaration

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