Performs actions needed when the value for the Text property has been changed.
Source position: controls.pp line 1448
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.
CT Web help |
CodeTyphon Studio |