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

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 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;

Description

TTextLineRange is a record type with information about lines of text in the TTextStrings component.

See also

TTextStrings

  

Implements a string list optimized to handle the complete text as a whole (instead of line by line as in TStringList).

TStrings.Strings

TStrings.Objects


Version 4.0 Generated 2025-05-03 Home