type TIFPSLineInfo = class(TObject)
Name | Description | |
---|---|---|
![]() |
FEndPos |
|
![]() |
FFileName |
|
![]() |
FLineOffsets |
|
![]() |
FStartPos |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property EndPos: Cardinal; |
![]() |
property FileName: string; |
![]() |
property LineOffset[I: Longint]: Cardinal; |
![]() |
property LineOffsetCount: Longint; |
![]() |
property StartPos: Cardinal; |
![]() |
property EndPos: Cardinal; |
The end position of these lines
![]() |
property FileName: string; |
The file these lines are in
![]() |
property LineOffset[I: Longint]: Cardinal; |
The offset of the lines
![]() |
property LineOffsetCount: Longint; |
The number of lines
![]() |
property StartPos: Cardinal; |
The start position of these lines