Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSLineInfo

Unit

ifps3ppc

Declaration

type TIFPSLineInfo = class(TObject)

Description

Line info structure

Fields

 NameDescription
Protected FEndPos  
Protected FFileName  
Protected FLineOffsets  
Protected FStartPos  

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Properties

Overview

Public property EndPos: Cardinal;
Public property FileName: string;
Public property LineOffset[I: Longint]: Cardinal;
Public property LineOffsetCount: Longint;
Public property StartPos: Cardinal;

Description

Public property EndPos: Cardinal;

The end position of these lines

Public property FileName: string;

The file these lines are in

Public property LineOffset[I: Longint]: Cardinal;

The offset of the lines

Public property LineOffsetCount: Longint;

The number of lines

Public property StartPos: Cardinal;

The start position of these lines