CCeDBRecord::DeleteAllProps

This method deletes all the properties from the record.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

void DeleteAllProps( );

Return Values

None.

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 methods, DeleteAllProps does not release the memory occupied by those properties.

See Also

CCeDBProp, CCeDBRecord::DeleteProp