Project-Load

Function Name dcl-Project-Load
Syntax   (dcl-Project-Load ProjectFilePath [as String] {ForceReload [as Boolean]} {NewProjectKey [as String]})
Return Type String

This method loads a project from the specified ProjectFilePath. This function does nothing if the project is already loaded, unless the optional ForceReload argument is T. If the optional NewProjectKey is specified, it replaces the project key saved in the project data. If the call is successful, the method returns the project key of the loaded project; otherwise it returns NIL.