SECEdit::InsertTab

BOOL SECEdit::InsertTab(int nLine, int nCol)

Inserts a tab to the text data at the specified position. This method either inserts a tab character, or a sufficient number of spaces if tabs are represented by spaces.

Defined in: SECEdit.cpp

Return Value

Returns non-zero if successful; otherwise 0.

Parameters

nLine

The line index to insert the tab.

nCol

The column index on the given line to insert the tab.

See Also

SECEdit Insert