Function CSPVarArray::Empty()
Description:
Empties the variant array.
 |
Prototype:
void Empty();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
The size of the array is set to zero.
See also:
member functions GetSize(), SetSize(), Resize(), Grow(), Shrink()
|
|