The EndUpdate method reports the changes deferred by a call to BeginUpdate.
Call EndUpdate at the end of a segment of code that began with a call to BeginUpdate. Every time BeginUpdate is called, an internal counter is incremented. When EndUpdate is called, the counter is decremented. When every call to BeginUpdate has been matched by a call to EndUpdate, EndUpdate signals an
OnChange event.
Namespace: GGraph
Delphi |
public |