Px_get_fields returns array of field definitions in paradox file
#include <paradox.h>
pxfield_t *PX_get_fields(pxdoc_t *pxdoc)
Returns the meta data of all fields. This function is identical to the call of PX_get_field(3) with a record number 0, but you should for further releases not rely on it. Sie PX_get_field(3) for a definition of pxfield_t.
Returns pointer to field array on success and NULL on failure.
This manual page was written by Uwe Steinmann [email protected].