projectavailable()

Function that checks whether there is a project available to be loaded (there is a project opened in the RoboHelp instance). This function is a support function used to check that the variable currentProject can be set.

The function projectavailable() is located in the file project.jsxinc.

Usage

if(projectavailable())
  loadcurrentproject();

Parameters

This function has no parameters.

Return values

Value Meaning
true A project is available.
false There is no project available.