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
Deletes the entire history of the Undo/Redo mechanism for a Document variable.
Example
MyDocument is Document

// Deletes the history of actions performed on the document
MyDocument.UndoRedoDeleteAll()
Syntax
<Result> = <Document>.UndoRedoDeleteAll()
<Result>: Boolean
  • True if deleted successfully,
  • False otherwise
<Document>: Document variable
Name of the Document variable to be used.
Component: wd300mdl.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