| Funktionsname | dcl_Project_Load |
|---|---|
| Syntax | (dcl_Project_Load
ProjectFilePath [als String]
{ForceReload [als Boolean]}
{NewProjectKey [als String]}) |
| Rückgabewert | 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.