Gets the number of LineEnding sequences in the specified text.
Source position: lazstringutils.pas line 49
function LineEndingCount( |
const Txt: string; |
var LengthOfLastLine: Integer |
):Integer; |
Txt |
|
Text examined in the routine. |
LengthOfLastLine |
|
Number of characters in the last line. |
Number of LineEnding sequences in the text.
| Version 4.4 | Generated 2025-11-08 | Home |