type TIFPSLineInfoList = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Add: TIFPSLineInfo; |
![]() |
procedure Clear; |
![]() |
function GetLineInfo(Pos: Cardinal; var Res: TIFPSLineInfoResults): Boolean; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Add: TIFPSLineInfo; |
![]() |
procedure Clear; |
Clear the list of line info
![]() |
function GetLineInfo(Pos: Cardinal; var Res: TIFPSLineInfoResults): Boolean; |
Calculates the real line information from a position
![]() |
property Count: Longint; |
![]() |
property Current: Longint; |
![]() |
property Items[I: Longint]: TIFPSLineInfo; |
![]() |
property Count: Longint; |
The number of elements
![]() |
property Current: Longint; |
Current Line info record
![]() |
property Items[I: Longint]: TIFPSLineInfo; |
Returns element number I