C
void GridFreeItems( void * pObj );
Overview
This function removes all grid items for the given Grid and frees the memory used.
Input Parameters
Input Parameters |
Description |
pGrid |
The pointer to the Grid object. |
Returns
none.
Preconditions
Object must be created before this function is called.
Side Effects
none