Skip to main content

TcxCustomCalculator.EditorValue Property

Specifies the text representation of the value calculated via a calculator control.

Declaration

property EditorValue: string read; write;

Property Value

Type
string

Remarks

The EditorValue property defines the value calculated via a calculator control and converted to a string. It may contain a NULL value. To ensure that a valid numeric value is returned, use the Value property instead.

See Also