ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Indicates the end of a series of actions performed in a Word Processing document in a single event ("undo/redo").
Example
DocStartModification(WP_MyDocument)
DocReplace(WP_MyDocument, "%CustomerLastName%", Customer.LastName)
DocReplace(WP_MyDocument, "%CustomerFirstName%", Customer.FirstName)
DocEndModification(WP_MyDocument)
Syntax
DocEndModification(<Document>)
<Document>: Document variable or character string
Document to use. This document corresponds to:
Remarks
The modifications performed on the document are grouped from the call to DocStartModification. If several cancelable modifications are performed, a single "Ctrl + Z" is sufficient to cancel all the operations performed.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/07/2022

Send a report | Local help