SECEditCommand::SECEditCommand
SECEditCommand::SECEditCommand(SECEdit*pEdit, BOOLbAddCmd)
Constructs an SECEditCommand object.
Defined in: SECEditCommand.cpp
Parameters
pEdit
Points to the model object.
bAddCmd
Indicates whether this is an insert or delete command. Non-zero indicates the command is an insert command; otherwise the command is delete.
Comments
By default, the command is undoable.See Also