Class tDBFSubRec (unit MakeDBF)

Inherits from

tObject

Define a sub-record (aka database field/column) class. Make it a class instead of a record so we can add it to a tList without doing pointer magic. It will also make it easier to dispose of memory since a tObject "knows" how to dispose of itself.

Constructors



Functions

Properties

Events

Variables

FldDec : byte;

Size of field.

FldDisp : longint;

Field type

FldLen : byte;

Field displacement in record.

FldType : char;

Field name

Name : array[0..10] of char;


resv : array[0..13] of char;

Number of decimal places.


Constructors


Functions


Properties


Events


Variables


FldDec : byte;

Size of field.


FldDisp : longint;

Field type


FldLen : byte;

Field displacement in record.


FldType : char;

Field name


Name : array[0..10] of char;


resv : array[0..13] of char;

Number of decimal places.