CTypedPtrArray::SetAtGrow

This member function calls BASE_CLASS**::SetAtGrow**.

void SetAtGrow( 
   INT_PTR nIndex, 
   TYPE newElement  
);

Parameters

  • nIndex
    An integer index that is greater than or equal to 0.

  • TYPE
    Type of the elements stored in the base-class array.

  • newElement
    The object pointer to be added to this array. A NULL value is allowed.

Remarks

For more detailed remarks, see CObArray::SetAtGrow.

Requirements

Header: afxtempl.h

See Also

Reference

CTypedPtrArray Class

Hierarchy Chart

Other Resources

CTypedPtrArray Members