IdxTreeOwner.BeginUpdate Method
Prevents control updates until the EndUpdate method is called.
Declaration
procedure BeginUpdate;
Remarks
A common practice for method implementation is acquiring a lock via a lock trigger.
In the base implementation, the method is called by the node’s BeginUpdate method.
See Also