[This is preliminary documentation and subject to change.]
The DeleteRecord method deletes the current record from the recordset.
BOOL DeleteRecord(void);
None.
A BOOL indicating the success or failure of the method. If this value is TRUE, the method succeeded. If it is FALSE, an error occurred.
Only the current record of an open recordset can be deleted.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.