[Overview][Classes][Procedures and functions][Index] |
Indicates that a value has not been assigned for the control.
Source position: spin.pp line 84
public property TCustomFloatSpinEdit.ValueEmpty : Boolean |
ValueEmpty is a Boolean property which indicates whether or not an explicit numeric value has been assigned to the Value property. ValueEmpty is updated in the TextChanged method when a new value in Text is handled for the control. When set to True, an explicit value has not been assigned.
The default value for the property is False.
Changing the value for the property causes the UpdateControl method to be called. This re-applies the range limits in MinValue and MaxValue (when assigned and needed) and posts the update the widgetset class.
|
Updates the control state when the value in Text has been changed. |
|
|
The floating point value for the spin edit control. |
|
|
Minimum value allowed in the spin edit control. |
|
|
Maximum value allowed in the spin edit control. |
|
|
The text displayed and edited for the control. |
Version 4.0 | Generated 2025-05-03 | Home |