Examples: OLE_DeleteNote()


The following example deletes the OLE container file ID1001.OLE.

local boolean result;

result = OLE_DeleteNote(":C:RESM/OLE/ID1001.OLE");

Documentation Feedback