|
|
|
|
|
DocRedoCount (Function) In french: DocRedoOccurrence
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. // 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.
- a Word Processing control.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|