Function that closes the current project and resets the global variables that are associated with the opened project. The global variables are reset using the function unloadcurrentproject(). Use this function instead of the RoboHelp method .closeProject().
The function closeproject() is located in the file project.jsxinc.
Usage
var closed = closeproject();
Parameters
This function has no parameters.
Return values
| Value | Meaning |
|---|---|
| null | There was no project to close. |
| true | The project was closed. |
