RedoEditCount
Forms, interaction, edit history
Description
Returns how many reversed history entries of the active edit are currently available to RedoEdit
UndoEdit
Any newly accepted edit removes the redo branch, and starting a new edit or clearing the history resets the count to zero
Any newly accepted edit removes the redo branch, and starting a new edit or clearing the history resets the count to zero
Declaration
property RedoEditCount: Integer;
Value
Returns the number of redoable entries, or zero when no redo branch exists
See also
UndoEditCount, CanRedoEdit, RedoEdit, ClearEditHistory, MaxUndoSteps