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 (75), DocRedoOccurrence is kept for backward compatibility. This function is replaced by DocRedoCount.
Returns the number of canceled actions that can be redone on a Word Processing document.
Example
// Displays the number of canceled actions that can be redone
Info(DocRedoCount(WP_MyDocument))
Syntax
<Result> = DocRedoCount(<Document>)
<Result>: Integer
Number of canceled actions that can be redone.
<Document>: Control name or Document variable
Document to use. This document can correspond to:
  • a variable of type Document.
  • WINDEV a Word Processing control.
Business / UI classification: UI Code
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 31/05/2022

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