[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Finds the start of a line in Buffer before BufPos.
Source position: classesh.inc line 1692
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.
No notes exist for this page yet.