TDesignerUndoItem Class
TDesignerUndoItem holds a given state of form designer for undo operations. Used internaly by TIDEEngine component.
Syntax
Unit: IDEMain
TDesignerUndoItem = class(TCollectionItem);
Constructors
Name
Description
Create
Creates the object.
Destructors
Name
Description
Destroy
Destroys the object.
Properties
Name
Description
ActionName
ActionName property holds the action in designer (undo, insert component, moving, etc.) which lead to the current designer state holded by the undo item.
State
State property holds a given state of the designer for undo operation purposes. For internal use only.