CMvcCommand::Execute

virtual BOOL CMvcCommand::Execute(void)

Execute this command

Defined in: MvcCommand.h

Return Value

TRUE if successful, otherwise FALSE

Comments

The action represented by this command object is executed. You should derive a class from MvcCommand and override this function, so the command will actually do something. The default implentation simply returns TRUE.