<< Return to Main Index

< Return to Class Index

CGXGridCore::Redo

virtual BOOL Redo( );

Return Value

TRUE if the command could successfully be redone; it is FALSE if the command failed or if the redo-list is empty.

Remarks

Redo the previous undone command.

Redo pops the first command off the redo-stack and calls the object’s Execute-method.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementUndoRedo method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method returns FALSE. A warning will be displayed in the debug window.

END Control-Factory Specific

See Also

CGXCommand CGXGridCore::Undo

CGXGridCore

Class Overview | Class Members