This method deletes all the properties from the record.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
void DeleteAllProps( );
None.
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 methods, DeleteAllProps does not release the memory occupied by those properties.
CCeDBProp, CCeDBRecord::DeleteProp