SECEdit::ClearTextBlock

BOOLSECEdit::ClearTextBlock(intnStartLine, intnStartCol, intnEndLine, intnEndCol)

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