This member function deletes all the properties from the record.
void DeleteAllProps( );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
This function has no return value.
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.
CCeDBRecord Overview, CCeDBRecord Member Functions, Windows CE Database Support, CCeDBProp, CCeDBRecord::DeleteProp