Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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