function ReadRecord(dbf, r :integer): integer;
ReadRecord reads the specified record from a dbf file to 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.
|