Class TVirtualCursor

Unit

Declaration

type TVirtualCursor = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetPhysicalRecNo: Integer; virtual; abstract;
Protected function GetSequentialRecNo: Integer; virtual; abstract;
Protected function GetSequentialRecordCount: Integer; virtual; abstract;
Protected procedure SetPhysicalRecNo(RecNo: Integer); virtual; abstract;
Protected procedure SetSequentialRecNo(RecNo: Integer); virtual; abstract;
Public constructor Create(pFile: TPagedFile);
Public destructor Destroy; override;
Public function RecordSize: Integer;
Public function Next: Boolean; virtual; abstract;
Public function Prev: Boolean; virtual; abstract;
Public procedure First; virtual; abstract;
Public procedure Last; virtual; abstract;

Properties

Public property PagedFile: TPagedFile read FFile;
Public property PhysicalRecNo: Integer read GetPhysicalRecNo write SetPhysicalRecNo;
Public property SequentialRecNo: Integer read GetSequentialRecNo write SetSequentialRecNo;
Public property SequentialRecordCount: Integer read GetSequentialRecordCount;

Description

Methods

Protected function GetPhysicalRecNo: Integer; virtual; abstract;

This item has no description.

Protected function GetSequentialRecNo: Integer; virtual; abstract;

This item has no description.

Protected function GetSequentialRecordCount: Integer; virtual; abstract;

This item has no description.

Protected procedure SetPhysicalRecNo(RecNo: Integer); virtual; abstract;

This item has no description.

Protected procedure SetSequentialRecNo(RecNo: Integer); virtual; abstract;

This item has no description.

Public constructor Create(pFile: TPagedFile);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function RecordSize: Integer;

This item has no description.

Public function Next: Boolean; virtual; abstract;

This item has no description.

Public function Prev: Boolean; virtual; abstract;

This item has no description.

Public procedure First; virtual; abstract;

This item has no description.

Public procedure Last; virtual; abstract;

This item has no description.

Properties

Public property PagedFile: TPagedFile read FFile;

This item has no description.

Public property PhysicalRecNo: Integer read GetPhysicalRecNo write SetPhysicalRecNo;

This item has no description.

Public property SequentialRecNo: Integer read GetSequentialRecNo write SetSequentialRecNo;

This item has no description.

Public property SequentialRecordCount: Integer read GetSequentialRecordCount;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.