ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 on a variable of type Document in a single event ("undo/redo").
Example
MonDocument is Document

MonDocument.DébutModification()
MonDocument.Remplace("%NomClient%", Client.Nom)
MonDocument.Remplace("%PrénomClient%", Client.Prénom)
MonDocument.FinModification()
Syntax
<Document>.EndModification()
<Document>: Document variable
Name of the Document variable to be used.
Remarks
The modifications performed on the document are grouped from the call to <Document variable>.StartModification. 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 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help