TdxCustomLayoutControl.UndoRedoManager Property
In This Article
Provides access to the TdxUndoRedoManager instance.
#Declaration
Delphi
property UndoRedoManager: TdxUndoRedoManager read;
#Property Value
Type |
---|
Tdx |
#Remarks
The TdxUndoRedoManager provides the undo and redo capabilities for the layout control.
Refer to the TdxUndoRedoManager description, to learn more.
See Also