[Overview][Classes][Procedures and functions][Index] Reference for unit 'Spin' (#lcl)

TCustomFloatSpinEdit.TextChanged

Updates the control state when the value in Text has been changed.

Declaration

Source position: spin.pp line 60

protected procedure TCustomFloatSpinEdit.TextChanged; override;

Description

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.

See also

TCustomEdit.TextChanged

  

Applies case conversion (if needed), and updates the editing cursor selection text.

TCustomEdit.CaretPos

  

The position of the editing cursor in the control.


Version 4.0 Generated 2025-05-03 Home