|
|
|
|
|
<Document variable>.UndoCount (Function) In french: <Variable Document>.UndoOccurrence
Warning
From version 24 (75F), Document variable.UndoOccurrence is kept for backward compatibility. This function has been replaced with <Document variable>.UndoCount.
Returns the number of actions that can be undone in a Document variable. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|