[Overview][Classes][Procedures and functions][Index] |
Updates the control state when the value in Text has been changed.
Source position: spin.pp line 60
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. |
Version 4.0 | Generated 2025-05-03 | Home |