SECEdit::ProcessInsert

MvcCommand* SECEdit::ProcessInsert(int nLine, int nCol, int &nEndLine, int &nEndCol)

Creates a command objects for insert commands. This method creates a command object for the insert already done so that the command can be placed on the undo stack.

Defined in: SECEdit.cpp

Return Value

Returns a pointer to a newly created insert command object.

Parameters

nLine

The line index of the text to perform the insert.

nCol

The column index of the text for the insert.

&nEndLine

Output parameter. References the ending line index after the insert.

&nEndCol

Output parameter. References the ending column index after the insert.

See Also

SECEdit SECEditCommand Insert