function WriteRecord(dbf, r :integer): integer;
WriteRecord writes the specified record to a dbf file from internal memory.
It returns 0 if the function failed. Usually you do not need to check a return value.
It returns 0 if the function failed. Usually you do not need to check a return value.
|