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

Class TIFPSLineInfoList

Unit

ifps3ppc

Declaration

type TIFPSLineInfoList = class(TObject)

Description

List of lineinfo

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Protected function Add: TIFPSLineInfo;
Public procedure Clear;
Public function GetLineInfo(Pos: Cardinal; var Res: TIFPSLineInfoResults): Boolean;

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Protected function Add: TIFPSLineInfo;

 

Public procedure Clear;

Clear the list of line info

Public function GetLineInfo(Pos: Cardinal; var Res: TIFPSLineInfoResults): Boolean;

Calculates the real line information from a position

Properties

Overview

Public property Count: Longint;
Public property Current: Longint;
Public property Items[I: Longint]: TIFPSLineInfo;

Description

Public property Count: Longint;

The number of elements

Public property Current: Longint;

Current Line info record

Public property Items[I: Longint]: TIFPSLineInfo;

Returns element number I