TNotifiablePersistent.EndUpdate

procedure EndUpdate;

Description

Re-enables change notification previously disabled with BeginUpdate.

EndUpdate decreases the UpdateCount property and re-enables generation of OnChange events.

EndUpdate itself does not generate the OnChange event. You will need to call Changed explicitly, after calling EndUpdate in case the change notification is required.

See Also

OnChange, BeginUpdate, Changed, UpdateCount