[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lazutils)

TTextStrings.Changing

Performs action needed when properties in the component are being updated.

Declaration

Source position: textstrings.pas line 69

protected procedure TTextStrings.Changing; virtual;

Description

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.

See also

TTextStrings.OnChanging

  

Event handler signalled before properties are updated in the component.

TTextStrings.Changed

  

Performs actions needed after the value in Text is changed.

TTextStrings.Clear

  

Clears the text and internal line ranges for the component.

TStrings.Strings

TStrings.Objects


Version 4.0 Generated 2025-05-03 Home