function IsDeleted(dbf, r :integer): integer;
IsDeleted returns a non-zero value (1) if the specified record is marked as deleted.
You do not have to read a record with ReadRecord before using IsDeleted.
You do not have to read a record with ReadRecord before using IsDeleted.
|