[Overview][Types][Classes][Index] |
Gets the ordinal position where the specified line ends in the Text property.
Source position: textstrings.pas line 76
protected function TTextStrings.GetLineEnd( |
Index: Integer; |
IncludeNewLineChars: Boolean |
):Integer; |
Index |
|
Ordinal position for the line examined in the method. |
IncludeNewLineChars |
|
True to include end-of-line character(s) in the return value. |
Offset in Text where the end of the specified line is located.
Calls BuildArrays if the internal validity flag is not set.
Version 4.0 | Generated 2025-05-03 | Home |