Skip to content
GR32>TNotifiablePersistent>EndUpdateMethod

TNotifiablePersistent.EndUpdate

Decrements the update counter and triggers change notification if modified.

Declaration

pascal
procedure EndUpdate; virtual;

Description ​

EndUpdate decrements UpdateCount. When UpdateCount reaches zero and Modified is True, EndUpdate calls Changed to trigger the OnChange event notification and resets Modified to False.

Note

Every call to BeginUpdate must be paired with a corresponding call to the EndUpdate method.