ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Frees the library that was loaded in memory by LoadWDL. The memory is freed.
Example
// Closing code of the first project window
UnloadWDL(hWnd) // Close the library
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 by UnloadWDL, the HFSQL files opened in the library are not automatically closed. In this case, any access to these HFSQL files will trigger the following error: "The xxx WDL was unloaded".
    It is recommended to use HClose on open files of a library that is going to be unloaded.
Component: wd290vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help