CurrentUndo

Top  Previous  Next

 

CurrentUndo (Method)

 

Returns the number of undos available and the type of the latest undo

 

Syntax:

Function CurrentUndo(UndoType As AvaxUndo) As Integer

 

The CurrentUndo method syntax consists of the following:

Parameter

Data Type

Description

UndoType

AvaxUndo

An expression that defines the type of the last undo

 

Return value:

Integer - The number of undos

 

Example