TdxUndoRedoManager.RedoCount Property
Returns the number of available redo operations.
Declaration
property RedoCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The RedoCount property allows you to determine the number of subsequent calls that can be made to the Redo method.
The CanRedo method checks the RedoCount property for the availability of a redo operation. If at least one redo operation is available, the CanRedo method returns True.
The Clear method clears the RedoCount property.
See Also