[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lcl)

TTextLineRange

TTextLineRange - record structure showing start and end of line in text, the line as a string, and any user data

Declaration

Source position: textstrings.pas line 38

type TTextLineRange = record

  StartPos: Integer;

  

  EndPos: Integer;

  

  Line: String;

  

  TheObject: TObject;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.