[Overview][Types][Classes][Index] |
Starts an update process for the component.
Source position: textstrings.pas line 88
public procedure TTextStrings.BeginUpdate; |
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.
|
Event handler signalled before properties are updated in the component. |
|
|
Event handler signalled when values in Strings or Objects have been changed. |
|
|
Performs action needed when properties in the component are being updated. |
|
|
Performs actions needed after the value in Text is changed. |
|
|
Finishes an update process for the component. |
|
Version 4.0 | Generated 2025-05-03 | Home |