CObArray::RemoveAll

Call this member function to retrieve all the pointers from this array and free all memory used for pointer storage, but does not actually delete the CObject objects.

Syntax

void RemoveAll( );

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObArray Overview, CObArray Member Functions, Array Classes