SECEdit::GetLineVisibleLength
intSECEdit::GetLineVisibleLength(intnLine)
Retrieves the number of visible characters on the line. The number of visible characters on a line is not necessarily the same as the number of characters on a line. For example, if a line ends in a carriage return and line feed, these characters are not included in the number of visible characters.
Defined in: SECEdit.cpp
Return Value
Returns the number of visible characters on the line.
Parameters
nLine
The line index requested.
See Also