Finds the start of a line in Buffer before BufPos.
Source position: classesh.inc line 2495
function LineStart( |
Buffer: PChar; |
BufPos: PChar |
):PChar; |
LineStart reversely scans Buffer starting at BufPos for a linefeed character. It returns a pointer at the linefeed character.