[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |