SECEditController::GetWord
CStringSECEditController::GetWord(intnLine, intnCol, int*pStartCol, int*pEndCol)
Retrieves the current word at the given line/column position.
Defined in: SECEditController.cpp
Return Value
Returns the word found at the given position. If the returned string is empty, the pointer values are not modified.
Parameters
nLine
The line index of the text.
nCol
The column index on the given line.
pStartCol
Output parameter. Points to the starting column index of the word.
pEndCol
Output parameter. Points to the ending column index of the word.
See Also