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.
Removes the document pointed to by pDoc from the list of documents associated with this template.
virtual void RemoveDocument(
CDocument* pDoc
);
Parameters
- pDoc
Pointer to the document to be removed.
Remarks
The derived classes CMultiDocTemplate and CSingleDocTemplate override this function. If you derive your own document-template class from CDocTemplate, your derived class must override this function.
Requirements
Header: afxwin.h