ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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(TT_MonDocument)
DocReplace(TT_MonDocument, "%NomClient%", Client.Nom)
DocReplace(TT_MonDocument, "%PrénomClient%", Client.Prénom)
DocEndModification(TT_MonDocument)
Syntax
DocEndModification(<Document>)
<Document>: Document or string variable
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: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help