CCeDBDatabase::DeleteCurrRecord

This member function deletes the current record from the database.

Syntax

BOOL DeleteCurrRecord( );

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Return Values

TRUE if the record was successfully deleted. FALSE if there was an error. Call ::GetLastError to determine why the operation failed.

Remarks

If m_bAutoSeekNext is set to TRUE, the current record will be the next record in the sort order, rather than the record just read.

See Also

CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::DeleteCurrRecordProps, ::GetLastError