[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 38
type TTextLineRange = record |
||
StartPos: Integer; |
|
|
EndPos: Integer; |
|
|
Line: String; |
|
|
TheObject: TObject; |
|
|
end; |
lazarus-ccr.sourceforge.net |