郭玉梁说得没错![^]
C syntax
DBIResult DBIFN DbiUndeleteRecord (hCursor);
Delphi syntax
function DbiUndeleteRecord (hCursor: hDBICur): DBIResult stdcall;
Description
DbiUndeleteRecord undeletes a dBASE or FoxPro record that has been marked for deletion (a soft delete).
Parameters
hCursor Type: hDBICur (Input)
Specifies the dBASE or FoxPro cursor handle.
Usage
dBASE or FoxPro: This function is supported with dBASE or FoxPro tables only.
Paradox, Access: This function is not supported with Paradox and Access tables.
SQL: This function is not supported with SQL tables.