Skip to main content

TdxBaseObject.EndUpdate Method

Enables TdxBaseObject operations.

Declaration

procedure EndUpdate;

Remarks

The BeginUpdate and EndUpdate methods work together to prevent numerous updates to the TdxBaseObject object. Make certain to call the EndUpdate method after calling BeginUpdate. Every call of the BeginUpdate method increases the internal counter by one. Every call of the EndUpdate method decreases the internal counter by one. An operation can be applied to the TdxBaseObject object only when the internal counter is 0.

See Also