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.
Call this function to delete the OLE item from the container document.
void Delete(
BOOL bAutoDelete = TRUE
);
Parameters
- bAutoDelete
Specifies whether the item is to be removed from the document.
Remarks
This function calls the Release member function, which in turn deletes the C++ object for the item, permanently removing the OLE item from the document. If the OLE item is embedded, the native data for the item is deleted. It always closes a running server; therefore, if the item is an open link, this function closes it.
Requirements
Header: afxole.h