Updates the control state when the value in Text has been changed.
Source position: spin.pp line 59
protected procedure TCustomFloatSpinEdit.TextChanged; override; |
TextChanged is an overridden method in TCustomFloatSpinEdit. It ensures that internal flags are updated to track the value and state for the control when it has been changed. It calls the inherited method to validate the content in Text and update the caret position for the control.
|
Applies case conversion (if needed), and updates the editing cursor selection text. |
|
|
The position of the editing cursor in the control. |