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

TTextStrings.BeginUpdate

Starts an update process for the component.

Declaration

Source position: textstrings.pas line 88

public procedure TTextStrings.BeginUpdate;

Description

BeginUpdate is a method used to start an update process for the component. It increments an internal update counter used to consolidate OnChanging and OnChange event notifications. The counter value is used in the Changing and Changed methods, and controls when the event notifications are enabled and performed.

Use EndUpdate to decrement the internal update counter.

See also

TTextStrings.OnChanging

  

Event handler signalled before properties are updated in the component.

TTextStrings.OnChange

  

Event handler signalled when values in Strings or Objects have been changed.

TTextStrings.Changing

  

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

TTextStrings.Changed

  

Performs actions needed after the value in Text is changed.

TTextStrings.EndUpdate

  

Finishes an update process for the component.

TStrings.BeginUpdate


Version 4.0 Generated 2025-05-03 Home