Specifies the numeric value displayed by the component.
Declaration
componentObj.Value
Read-Write Property | Variant |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
TcxCalcEdit, TcxCurrencyEdit, TcxSpinEdit
Description
Use the Value
property to get or set the numeric value displayed by the component.
Property Value
The property value depends on the component type:
- For the
TcxCalcEdit
andTcxCurrencyEdit
components, theValue
property is of the Float type and can store floating-point values. Actually, this property is a wrapper for theEditValue
property. - For the
TcxSpinEdit
component, theValue
property is of the Variant type and can store integer or floating-point values. The data type of theValue
property is specified by theProperties.ValueType
property.