SECEdit::IsLineWhiteSpace
BOOLSECEdit::IsLineWhiteSpace(intnLine)
Tests the line for the presence of exclusively white space (spaces, tabs, or nothing)
Defined in: SECEdit.cpp
Return Value
Returns non-zero if the line is empty, or only contains tabs and/or spaces.
Parameters
nLine
The line index to check.