Releases the resources of an array's items
void FreeArray( ); |
Release the memory assigned for the items of an array.
Note: The framework will call this function as required. All memory used by CXlOper objects is automatically released (by one means or another). You never actually need to call this function; you may choose to do so in order to free up memory while an object is still in scope, in order to save heap space.
Note: |
---|
This method is deprecated. Use Clear instead. |
Header: xllplus.h