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
Indicates the end of a series of actions performed in a Word Processing document in a single event ("undo/redo").
Example
DocStartModification(WP_MyDocument)
DocReplace(WP_MyDocument, "%CustomerLastName%", Customer.LastName)
DocReplace(WP_MyDocument, "%CustomerFirstName%", Customer.FirstName)
DocEndModification(WP_MyDocument)
Syntax
DocEndModification(<Document>)
<Document>: Document variable or character string
Document to use. This document corresponds to:
  • WINDEV the name of a Word Processing control.
  • a variable of type Document.
Remarks
The modifications performed on the document are grouped from the call to DocStartModification. If several cancelable modifications are performed, a single "Ctrl + Z" is sufficient to cancel all the operations performed.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/06/2022

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