Indicates whether the edit control contains undone changes that can be repeated.
function CanRedo: Boolean;
Read CanRedo to determine whether the user has made undo operations to the text that can be undone by calling the Redo method. This is useful when enabling or disabling menu items that correspond to these commands.
TCustomSyntaxMemo Methods