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
Deletes the entire history of Undo/Redo mechanism for a Word Processing document.
Example
// Deletes the history of actions performed on the document
DocUndoRedoDeleteAll(WP_MyDocument)
Syntax
<Result> = DocUndoRedoDeleteAll(<Document>)
<Result>: Boolean
  • True if the deletion was performed,
  • False otherwise
<Document>: Control name or Document variable
Document to use. This document can correspond to:
  • a variable of type Document.
  • WINDEV a Word Processing control.
Component: wd290mdl.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/31/2022

Send a report | Local help