IdxTreeOwner.EndUpdate Method
Enables control updates that were previously postponed by the BeginUpdate method.
Declaration
procedure EndUpdate;
Remarks
A common practice for method implementation is releasing a lock via a lock trigger.
In the base implementation, the method is called by the node’s EndUpdate method.
See Also