Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TLRPositionLinks = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Sort(LFMPositions: Boolean); |
![]() |
function IndexOf(const Position: int64; LFMPositions: Boolean): integer; |
![]() |
function IndexOfRange(const FromPos, ToPos: int64; LFMPositions: Boolean): integer; |
![]() |
procedure SetPosition(const FromPos, ToPos, MappedPos: int64; LFMtoLRSPositions: Boolean); |
![]() |
procedure Add(const LFMPos, LRSPos: Int64; AData: Pointer); |
![]() |
property LFM[Index: integer]: int64 read GetLFM write SetLFM; |
![]() |
property LRS[Index: integer]: int64 read GetLRS write SetLRS; |
![]() |
property Data[Index: integer]: Pointer read GetData write SetData; |
![]() |
property Count: integer read FCount write SetCount; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Sort(LFMPositions: Boolean); |
![]() |
function IndexOf(const Position: int64; LFMPositions: Boolean): integer; |
![]() |
function IndexOfRange(const FromPos, ToPos: int64; LFMPositions: Boolean): integer; |
![]() |
procedure SetPosition(const FromPos, ToPos, MappedPos: int64; LFMtoLRSPositions: Boolean); |
![]() |
procedure Add(const LFMPos, LRSPos: Int64; AData: Pointer); |
![]() |
property LFM[Index: integer]: int64 read GetLFM write SetLFM; |
![]() |
property LRS[Index: integer]: int64 read GetLRS write SetLRS; |
![]() |
property Data[Index: integer]: Pointer read GetData write SetData; |
![]() |
property Count: integer read FCount write SetCount; |