TNotifiablePersistent.BeginUpdate

procedure BeginUpdate;

Description

Call this method in order to temporarily disable the update notification.

BeginUpdate increases the UpdateCount property, which disables generation of OnChange events. Calls to BeginUpdate must be paired with EndUpdate and they may be safely nested.

See Also

OnChange, EndUpdate, UpdateCount