[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |