This method deletes the current record from the database.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
BOOL DeleteCurrRecord( );
TRUE indicates that the record was successfully deleted. FALSE indicates that there was an error. To get extended error information, call GetLastError.
If the m_bAutoSeekNext data member is set to TRUE, the current record is the next record in the sort order, rather than the record just read.
CCeDBDatabase::DeleteCurrRecordProps, GetLastError