Record TTextLineRange
Unit
Declaration
type TTextLineRange = record
Description
TTextStrings
Overview
Fields
StartPos: LongInt; |
EndPos: LongInt; |
Line: AnsiString; |
TheObject: TObject; |
Description
Fields
StartPos: LongInt; |
EndPos: LongInt; |
start of line in Text |
Line: AnsiString; |
end of line in Text (= start of newline character(s)) |
TheObject: TObject; |
cached line as string |
Generated by PasDoc 0.14.0.