.TH "PX_GET_FIELD" "3" .SH "NAME" PX_get_field \(em Returns single field definition in Paradox file .SH "SYNOPSIS" .PP #include .PP pxfield_t *PX_get_field(pxdoc_t *pxdoc, int fieldno) .SH "DESCRIPTION" .PP Returns the meta data of the field with the given number in a Paradox file. The first field has number 0, the last one has number_of_fields-1. pxfield_t is defined as .PP .nf typedef struct px_field pxfield_t; struct px_field { char *px_fname; char px_ftype; int px_flen; int px_fdc; }; .fi .PP .PP The meaning of px_ftype is as following: .PP .PP \fBValues and meaning of px_ftype\fR .TS tab(); l l. ValueMeaning pxfAlphaT{ Character string with a maximum of px_flen charackters. T} pxfDate pxfShortShort integer (16 Bit) pxfLongLong integer (32 Bit) pxfCurrency pxfNumber pxfLogical pxfMemoBLOb pxfBLOb pxfFmtMemoBLOb pxfOLE pxfGraphic pxfTime pxfTimestamp pxfAutoInc pxfBCD pxfBytesArray of bytes. .TE .SH "RETURN VALUE" .PP Returns pointer to field on success and NULL on failure. .SH "SEE ALSO" .PP PX_get_record(3), PX_get_fields(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man