.TH "PX_DELETE_RECORD" "3" .SH "NAME" PX_delete_record \(em Removes a record from a Paradox file .SH "SYNOPSIS" .PP #include .PP int PX_delete_record(pxdoc_t *pxdoc, int recpos) .SH "DESCRIPTION" .PP Removes the record with number \fBrecpos\fP from the Paradox file. The first record has number 0. The data of the record will be wiped out, making it impossible to reconstruct it later. The data block where the record was stored is reconstruct to make sure all records are at the beginning of the data block followed by the free space. .PP Calls of \fBPX_insert_record(3)\fP will use the first datablock with free space and add the new record after the records in the data block. .SH "RETURN VALUE" .PP Returns 0 on success or \-1 on failure. .SH "SEE ALSO" .PP PX_retrieve_record(3), PX_insert_record(3), PX_update_record(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man