[Overview][Types][Classes][Index] |
Performs action needed when properties in the component are being updated.
Source position: textstrings.pas line 69
protected procedure TTextStrings.Changing; virtual; |
Changing is a method used to perform actions needed when property values in the component are being updated. It mimics the Changing behavior implemented in TStringList, where methods call Changing prior to updates to the Strings or Objects properties.
In TTextStrings, the method signals the OnChanging event handler (when assigned) if there are no updates already in progress.
See Changed for the actions performed after property values have been updated.
|
Event handler signalled before properties are updated in the component. |
|
|
Performs actions needed after the value in Text is changed. |
|
|
Clears the text and internal line ranges for the component. |
|
Version 4.0 | Generated 2025-05-03 | Home |