Performs actions needed when the value for the Text property has been changed.
Source position: controls.pp line 1514
protected procedure TControl.TextChanged; virtual; |
TextChanged has an empty implementation in TControl, and is overridden in descendent classes to perform any actions needed for the control type. Called from the CMTextChanged message handler.
| Version 4.4 | Generated 2025-11-08 | Home |