[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finds the start of a line in Buffer before BufPos.
Source position: classesh.inc line 2190
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.