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
<Word Processing>.StartModification (Function)
In french: <Traitement de texte>.DébutModification
Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo").
Example
WP_MyDocument.StartModification()
WP_MyDocument.Replace("%CustomerLastName%", Customer.LastName)
WP_MyDocument.Replace("%CustomerFirstName%", Customer.FirstName)
WP_MyDocument.EndModification()
Syntax
<Word Processing control>.StartModification()
<Word Processing control>: Control name
Name of the Word Processing control to use.
Component: wd290mdl.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help