AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto
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 (75F), Document variable.UndoOccurrence is kept for backward compatibility. This function is replaced by <Document variable>.UndoCount.
Returns the number of actions that can be undone in a Document variable.
Example
MyDocument is Document
 
// Displays the number of actions that can be undone on a document
Info(MyDocument.UndoCount())
Syntax
<Result> = <Document>.UndoCount()
<Result>: Integer
Number of actions that can be undone.
<Document>: Document variable
Name of the Document variable to be used.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local