Platform SDK: Broadcast Architecture |
The DeleteRecord method deletes the current record from the recordset. C syntax is shown.
BOOL DeleteRecord(void);
None.
Returns TRUE if the record was successfully deleted, and FALSE otherwise.
Only the current record of an open recordset can be deleted.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.