procedure GetUndoInfo(const index: Integer; Out UndoSource: TIEUndoSource; out UndoOperation: Integer); overload; procedure GetUndoInfo(const index: Integer; out UndoSource: TIEUndoSource; out UndoOperation: Integer; out UndoCaption : string; out UndoIndex: Integer); overload;
Description
Return detail on the undo located at Index.
Parameter
Description
Index
Record Index, i.e. Index = 0: Last saved undo, 1: Second to last saved undo, 2... up to UndoCount - 1