Unit AcDbf |
***************************************************************************** * AcDbf *
Classes |
TACDbf - *****************************************************************************
* ACDbf *
Functions |
Types |
AC_DBF_FIELD_STRUTT
AC_DBF_FIELD_STRUTT_IN
AC_DBF_HEADER_STRUTT
AC_DB_Componenti
PAC_DBF_FIELD_STRUTT_IN
PAC_DB_Componenti
TACDBF_Procedure
Constants |
Variables |
Functions |
Types |
AC_DBF_FIELD_STRUTT = record
nome_campo : Array[0..10] of char;
tipo_campo : Char;
address : Integer;
dimensione : Byte;
decimali : Byte;
riservati : Array[1..14] of byte;
end;
AC_DBF_FIELD_STRUTT_IN = record
Campo : AC_DBF_FIELD_STRUTT;
Next : PAC_DBF_FIELD_STRUTT_IN;
end;
AC_DBF_HEADER_STRUTT = record***************************************************************************** * AC_DBF_HEADER_STRUTT *
versione : Byte;
Anno : Byte;
mese : Byte;
Giorno : Byte;
Numero_Record : Integer;
lunghezza_struttura : Word;
lunghezza_record : Word;
riservati : Array[1..20] of byte;
end;
AC_DB_Componenti = record
Proced : TACDBF_Procedure;
Next : PAC_DB_Componenti;
end;
PAC_DBF_FIELD_STRUTT_IN = ^AC_DBF_FIELD_STRUTT_IN
PAC_DB_Componenti = ^AC_DB_Componenti
TACDBF_Procedure = Procedure of object
Constants |
Variables |