TXTextControl.TrackedChangeDelete Method

This method removes a tracked change from the document. Depending on the Accept parameter the change is either accepted or rejected. When a change is rejected, inserted text is removed and deleted text is reinserted.

Introduced: 26.0.

Syntax

TXTextControl.TrackedChangeDelete TrackedChangeId, Accept
Parameter Description
TrackedChangeId

Specifies a tracked change identifier.

Accept

When this parameter is True, the change is accepted, otherwise, it is rejected.

Return Value

The return value is True, if the change could be removed. Otherwise, it is False.

Data Types

TrackedChangeId: Long
Accept: Boolean
Return value: Boolean

See Also