Skip to main content

TcxSpinEditPropertiesValues.ValueType Property

Specifies whether the type of the spin value have been changed.

Declaration

property ValueType: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once a spin editor’s ValueType property is set to a value other than the default one, the ValueType property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the spin editor’s ValueType property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the ValueType property flag to False.

See Also