Gets the length of a line (including optional end-of-line characters) at the specified position.
Source position: textstrings.pas line 75
protected function TTextStrings.GetLineLen( |
Index: Integer; |
IncludeNewLineChars: Boolean |
):Integer; |
Index |
|
Ordinal position for the line examined in the method. |
IncludeNewLineChars |
|
True to include end-of-line characters in the line length. |
Length of the specified line.
| Version 4.4 | Generated 2025-11-08 | Home |