SECEdit::ClearTextBlock

BOOL SECEdit::ClearTextBlock(int nStartLine, int nStartCol, int nEndLine, int nEndCol)

Clears the block of text specified by the given positions.

Defined in: SECEdit.cpp

Return Value

Returns non-zero if successful; otherwise 0.

Parameters

nStartLine

The starting line index.

nStartCol

The starting column index.

nEndLine

The ending line index.

nEndCol

The ending column index.

See Also

SECEdit