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.
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. |
The return value is True, if the change could be removed. Otherwise, it is False.
TrackedChangeId: | Long |
Accept: | Boolean |
Return value: | Boolean |
<< TXTextControl.TrackedChangeCreated Event | >> TXTextControl.TrackedChangeDeleted Event