Back to Devexpress

TcxCustomCurrencyEdit.Value Property

vcl-cxcurrencyedit-dot-tcxcustomcurrencyedit.md

latest1.3 KB
Original Source

TcxCustomCurrencyEdit.Value Property

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

Declaration

delphi
property Value: Double read; write;

Property Value

TypeDescription
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

TcxCustomEdit.EditValue Property

TcxCustomCurrencyEdit Class

TcxCustomCurrencyEdit Members

cxCurrencyEdit Unit