CCeDBRecord::DeleteAllProps

This member function deletes all the properties from the record.

Syntax

void DeleteAllProps( );

At a Glance

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

Return Values

This function has no return value.

Remarks

DeleteAllProps releases all pointers to properties stored in the record's internal list, and frees their associated member strings CEBLOB structures. The CCeDBRecord object's internal list only contains pointers to properties that were created by calling ReadCurrRecord, however. If there are any properties in the record that were added using the AddProp or AddProps member functions, DeleteAllProps does not release the memory occupied by those properties.

See Also

CCeDBRecord Overview, CCeDBRecord Member Functions, Windows CE Database Support, CCeDBProp, CCeDBRecord::DeleteProp