SECEditCommand::Execute

BOOL SECEditCommand::Execute(void)

Executes the command.

Defined in: SECEditCommand.cpp

Comments

The command either calls SECEditCommand::DoInsert or SECEditCommand::DoDelete to execute the command. While the command is executed, it sets the SECEdit::m_pCurrentCommand member of the SECEdit class to signal the model that changes to its data are the result of an executing command. Upon completion, the SECEdit::m_pCurrentCommand data member is reset.

See Also

SECEditCommand SECEdit SECEdit::m_pCurrentCommand DoInsert DoDelete