TcxCustomCurrencyEdit.Value Property
Specifies the floating-point value stored by a currency editor.
Declaration
property Value: Double read; write;
Property Value
Type |
---|
Double |
Remarks
Use the Value property to get and set the floating-point data, stored by a currency editor. EditValue and Value refer to the same data. The Value property is an EditValue wrapper. EditValue is of type Variant and can store NULL values. If EditValue specifies NULL, the Value property returns zero.
After a user presses the Enter key or sets focus to another control, the edit text is validated and converted to the EditValue property.
See Also