Previous topic

DocCreate

Next topic

DocExchangeDataFiles

This Page

DocDestroyΒΆ

DocDestroy destroys the given document and frees any memory that the document occupied.

bool = DocDestroy(hDoc)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hDoc

Identifies the document.

id-1109992