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
Warning
From version 24 (75H), Word Processing.UndoOccurrence is kept for backward compatibility. This function is replaced by <Word Processing>.UndoCount.
Returns the number of actions that can be undone in a Word Processing control.
Example
// Display the number of actions that can be undone in the control
Info(WP_MyDocument.UndoCount())
Syntax
<Result> = <Word Processing control>.UndoCount()
<Result>: Integer
Number of actions that can be undone.
<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