TdxBaseObject.CancelUpdate Method
Enables operations for the current TdxBaseObject object.
Declaration
procedure CancelUpdate;
Remarks
The CancelUpdate method nulls the internal counter of the BeginUpdate and EndUpdate methods. Call this method to enable operations regardless of the internal counter.
See Also