|
|
|
|
|
UnloadWDL (Function) In french: DéchargeWDL Frees the library that was loaded in memory by LoadWDL. The memory is freed. Syntax
UnloadWDL(<Library Identifier>)
<Library Identifier>: Integer Identifier of the library to unload, returned by LoadWDL. Remarks - The main project library is always loaded and it cannot be unloaded.
- When a library is closed using the UnloadWDL FUNCTIONfunction, HFSQL data files open in the library are not automatically closed. In this case, any access to these HFSQL data files will result in the error "WDL xxx has been unloaded".
It is recommended to use HClose on open files of a library that is going to be unloaded.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|