Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 720 Bytes

File metadata and controls

27 lines (20 loc) · 720 Bytes

SetMaximumUndoEvents

Description

Procedure SetMaximumUndoEvents sets the maximum number of undo events that can be stored in the undo table. Parameter events specifies the number of undos. Setting this value to zero effectively turns off undo.

PROCEDURE SetMaximumUndoEvents(events : INTEGER);
def vs.SetMaximumUndoEvents(events):
    return None

Parameters

Name Type Description
events INTEGER Number of undo events to store.

Remarks

Sets the maximum number of undo events that can be stored in the undo table. Setting this to zero effectively turns off undo.

Version

Availability: from VectorWorks8.0

Category