The BeginUpdate method prevents the node from reporting changes until the EndUpdate method is called.
Call BeginUpdate before adding, removing, or modifying edges or otherwise modifying the node. BeginUpdate speeds processing time by deferring OnChange events until EndUpdate is called.
Namespace: GGraph
Delphi |
public |