OLE_DeleteNote()

Examples


The OLE_DeleteNote() function closes the specified OLE container file (if it is open) and deletes the file. The OLE container application will remain open.

Syntax

OLE_DeleteNote(OLE_doc_path)

Parameters

OLE_doc_path – The complete path of the OLE container file you want to delete. The path is in generic format.

Return value

The boolean value true.


Documentation Feedback