
This method will unload an ObjectDCL project.
Returns the following according to the situation:
Copy Code |
|---|
(Odcl_Control_UnloadProject FilePath [as String]) |
An ODS file cannot be unloaded.
If you use the classic calling convention, consider that the value FilePath is what has to be passed on the ProjectFile parameter of methods.
Copy Code |
|---|
; Load my project wherever it is (Odcl_UnloadProject "MyProject.odc") ; Load my project where it is (Odcl_Control_UnloadProject "C:\Program Files\MyApplication\MyProject.odc") |