TdxBarSpinEdit.ValueType Property
Determines edited value type.
Declaration
property ValueType: TdxBarSpinEditValueType read; write; default svtInteger;
Property Value
| Type | Default |
|---|---|
| TdxBarSpinEditValueType | svtInteger |
Remarks
Use this property to specify the type of object edited in a spin editor:
| Value | Description |
|---|---|
| svtInteger | An integer value. Users can edit only integer values. |
| svtFloat | A float value. Users can edit both integer and float values. |
Note
Changing this property from svtFloat to svtInteger truncates values of Increment, Value, MaxValue and MinValue properties to integer.
See Also