Klasse TLRPositionLinks

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TLRPositionLinks = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create;
Public destructor Destroy; override;
Public procedure Sort(LFMPositions: Boolean);
Public function IndexOf(const Position: int64; LFMPositions: Boolean): integer;
Public function IndexOfRange(const FromPos, ToPos: int64; LFMPositions: Boolean): integer;
Public procedure SetPosition(const FromPos, ToPos, MappedPos: int64; LFMtoLRSPositions: Boolean);
Public procedure Add(const LFMPos, LRSPos: Int64; AData: Pointer);

Eigenschaften

Public property LFM[Index: integer]: int64 read GetLFM write SetLFM;
Public property LRS[Index: integer]: int64 read GetLRS write SetLRS;
Public property Data[Index: integer]: Pointer read GetData write SetData;
Public property Count: integer read FCount write SetCount;

Beschreibung

Methoden

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Sort(LFMPositions: Boolean);
 
Public function IndexOf(const Position: int64; LFMPositions: Boolean): integer;
 
Public function IndexOfRange(const FromPos, ToPos: int64; LFMPositions: Boolean): integer;
 
Public procedure SetPosition(const FromPos, ToPos, MappedPos: int64; LFMtoLRSPositions: Boolean);
 
Public procedure Add(const LFMPos, LRSPos: Int64; AData: Pointer);
 

Eigenschaften

Public property LFM[Index: integer]: int64 read GetLFM write SetLFM;
 
Public property LRS[Index: integer]: int64 read GetLRS write SetLRS;
 
Public property Data[Index: integer]: Pointer read GetData write SetData;
 
Public property Count: integer read FCount write SetCount;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:02