SECEdit::ProcessInsert

MvcCommand*SECEdit::ProcessInsert(intnLine, intnCol, int&ampnEndLine, int&ampnEndCol)

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.

&ampnEndLine

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

&ampnEndCol

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

See Also

SECEdit  SECEditCommand  Insert