.TH "PX_CLOSE" "3" .SH "NAME" PX_close \(em Closes instance of Paradox file .SH "SYNOPSIS" .PP #include .PP void PX_close(pxdoc_t *pxdoc) .SH "DESCRIPTION" .PP Closes a Paradox file. Do not confuse this function with \fBPX_delete(3)\fP which has to be called after \fBPX_close(3)\fP to free all resources used for the database. \fBPX_close(3)\fP closes the associated file if it was opened by pxlib. If the database file was opened with \fBfopen(3)\fP it must be closed with \fBflcose(3)\fP by the calling application. .SH "SEE ALSO" .PP PX_new(3), PX_new2(3), PX_open_file(3), PX_open_fp(3), PX_delete(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man