Class TIndexTag

Unit

Declaration

type TIndexTag = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetHeaderPageNo: Integer; virtual; abstract;
Protected function GetTagName: string; virtual; abstract;
Protected function GetKeyFormat: Byte; virtual; abstract;
Protected function GetForwardTag1: Byte; virtual; abstract;
Protected function GetForwardTag2: Byte; virtual; abstract;
Protected function GetBackwardTag: Byte; virtual; abstract;
Protected function GetReserved: Byte; virtual; abstract;
Protected function GetKeyType: Char; virtual; abstract;
Protected procedure SetHeaderPageNo(NewPageNo: Integer); virtual; abstract;
Protected procedure SetTagName(NewName: string); virtual; abstract;
Protected procedure SetKeyFormat(NewFormat: Byte); virtual; abstract;
Protected procedure SetForwardTag1(NewTag: Byte); virtual; abstract;
Protected procedure SetForwardTag2(NewTag: Byte); virtual; abstract;
Protected procedure SetBackwardTag(NewTag: Byte); virtual; abstract;
Protected procedure SetReserved(NewReserved: Byte); virtual; abstract;
Protected procedure SetKeyType(NewType: Char); virtual; abstract;

Properties

Public property HeaderPageNo: Integer read GetHeaderPageNo write SetHeaderPageNo;
Public property TagName: string read GetTagName write SetTagName;
Public property KeyFormat: Byte read GetKeyFormat write SetKeyFormat;
Public property ForwardTag1: Byte read GetForwardTag1 write SetForwardTag1;
Public property ForwardTag2: Byte read GetForwardTag2 write SetForwardTag2;
Public property BackwardTag: Byte read GetBackwardTag write SetBackwardTag;
Public property Reserved: Byte read GetReserved write SetReserved;
Public property KeyType: Char read GetKeyType write SetKeyType;
Public property Tag: Pointer read FTag write FTag;

Description

Methods

Protected function GetHeaderPageNo: Integer; virtual; abstract;

This item has no description.

Protected function GetTagName: string; virtual; abstract;

This item has no description.

Protected function GetKeyFormat: Byte; virtual; abstract;

This item has no description.

Protected function GetForwardTag1: Byte; virtual; abstract;

This item has no description.

Protected function GetForwardTag2: Byte; virtual; abstract;

This item has no description.

Protected function GetBackwardTag: Byte; virtual; abstract;

This item has no description.

Protected function GetReserved: Byte; virtual; abstract;

This item has no description.

Protected function GetKeyType: Char; virtual; abstract;

This item has no description.

Protected procedure SetHeaderPageNo(NewPageNo: Integer); virtual; abstract;

This item has no description.

Protected procedure SetTagName(NewName: string); virtual; abstract;

This item has no description.

Protected procedure SetKeyFormat(NewFormat: Byte); virtual; abstract;

This item has no description.

Protected procedure SetForwardTag1(NewTag: Byte); virtual; abstract;

This item has no description.

Protected procedure SetForwardTag2(NewTag: Byte); virtual; abstract;

This item has no description.

Protected procedure SetBackwardTag(NewTag: Byte); virtual; abstract;

This item has no description.

Protected procedure SetReserved(NewReserved: Byte); virtual; abstract;

This item has no description.

Protected procedure SetKeyType(NewType: Char); virtual; abstract;

This item has no description.

Properties

Public property HeaderPageNo: Integer read GetHeaderPageNo write SetHeaderPageNo;

This item has no description.

Public property TagName: string read GetTagName write SetTagName;

This item has no description.

Public property KeyFormat: Byte read GetKeyFormat write SetKeyFormat;

This item has no description.

Public property ForwardTag1: Byte read GetForwardTag1 write SetForwardTag1;

This item has no description.

Public property ForwardTag2: Byte read GetForwardTag2 write SetForwardTag2;

This item has no description.

Public property BackwardTag: Byte read GetBackwardTag write SetBackwardTag;

This item has no description.

Public property Reserved: Byte read GetReserved write SetReserved;

This item has no description.

Public property KeyType: Char read GetKeyType write SetKeyType;

This item has no description.

Public property Tag: Pointer read FTag write FTag;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.