[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

LineStart

Finds the start of a line in Bufferbefore BufPos.

Declaration

Source position: classesh.inc line 1666

function LineStart(

  Buffer: PChar;

  BufPos: PChar

):PChar;

Description

LineStartreversely scans Bufferstarting at BufPosfor a linefeed character. It returns a pointer at the linefeed character.