Engine.NewUndoItemCreator
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.NewUndoItemCreator
Syntax
Engine.NewUndoItemCreator( kindParam, editedFileParam, editDescription = "")
Return Value
Purpose
Creates and returns a new UndoItemCreator object.
Parameters
kindParam As EditKinds
[In] Specifies the kind of edit for which the UndoItemCreator creates an undo item.
editedFileParam As PropertyObjectFile
[In] Specifies the file you are editing.
editDescription As String
[In] Specifies a string to use as the UndoDescription and RedoDescription of the undo item the UndoItemCreator creates. If you pass an empty string, the UndoItemCreator uses a default description.
This parameter has a default value of "" .