[Overview][Types][Classes][Index] |
TTextLineRange - record structure showing start and end of line in text, the line as a string, and any user data.
Source position: textstrings.pas line 37
type TTextLineRange = record |
||
Line: string; |
|
Cached line as a String type. |
TheObject: TObject; |
|
User object. |
StartPos: Integer; |
|
Offset to the start of the line in Text. |
EndPos: Integer; |
|
End of the line in Text (the end-of-line sequence). |
end; |
TTextLineRange is a record type with information about lines of text in the TTextStrings component.
|
Implements a string list optimized to handle the complete text as a whole (instead of line by line as in TStringList). |
|
Version 4.0 | Generated 2025-05-03 | Home |