Class TDbfCursor

Unit

Declaration

type TDbfCursor = class(TVirtualCursor)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FPhysicalRecNo: Integer;

Methods

Public constructor Create(DbfFile: TDbfFile);
Public function Next: Boolean; override;
Public function Prev: Boolean; override;
Public procedure First; override;
Public procedure Last; override;
Public function GetPhysicalRecNo: Integer; override;
Public procedure SetPhysicalRecNo(RecNo: Integer); override;
Public function GetSequentialRecordCount: Integer; override;
Public function GetSequentialRecNo: Integer; override;
Public procedure SetSequentialRecNo(RecNo: Integer); override;

Description

Fields

Protected FPhysicalRecNo: Integer;

This item has no description.

Methods

Public constructor Create(DbfFile: TDbfFile);

This item has no description.

Public function Next: Boolean; override;

This item has no description.

Public function Prev: Boolean; override;

This item has no description.

Public procedure First; override;

This item has no description.

Public procedure Last; override;

This item has no description.

Public function GetPhysicalRecNo: Integer; override;

This item has no description.

Public procedure SetPhysicalRecNo(RecNo: Integer); override;

This item has no description.

Public function GetSequentialRecordCount: Integer; override;

This item has no description.

Public function GetSequentialRecNo: Integer; override;

This item has no description.

Public procedure SetSequentialRecNo(RecNo: Integer); override;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.