Skip to main content

TcxCustomCurrencyEdit.Value Property

Specifies the currency editor’s edit value as a floating-point value.

Declaration

property Value: Double read; write;

Property Value

Type Description
Double

The currency editor’s floating-point value.

Remarks

All editors use the EditValue property to store their Variant edit value.

You can use the Value property to specify a floating-point number as the currency editor’s edit value. The Value property maps to the EditValue property. If the EditValue property value is Null Variant, the Value property returns 0.

See Also