function IsCurrentDeleted(dbf :integer): integer;
IsCurrentDeleted returns a non-zero value (1) if the last read record is marked as deleted.
You have to read a record with ReadRecord before using IsCurrentDeleted.
You have to read a record with ReadRecord before using IsCurrentDeleted.
|