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 start of a series of actions performed on 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
DocStartModification(<Document>)
<Document>: Control name or Document variable
Document to use. This document corresponds to:
  • WINDEV the name of a Word Processing control.
  • a variable of type Document.
Remarks
The series of actions is canceled by the following functions: DocUndo, DocUndoRedoDeleteAll, DocClose and DocOpen.
Component: wd300mdl.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help