[Overview][Types][Classes][Index] |
Performs actions needed after the value in Text is changed.
Source position: textstrings.pas line 68
protected procedure TTextStrings.Changed; virtual; |
Changed is a method used to perform actions needed after the value in the Text property has been changed. If BeginUpdate has been called without a corresponding EndUpdate call, no actions are performed in the method. Otherwise, the OnChange event handler is signalled (when assigned).
Changed is called from the EndUpdate method when Text was modified following assignments to property values.
Version 4.0 | Generated 2025-05-03 | Home |