Pascal Scripting: FreeDLL
Prototype:
function FreeDLL(const DLLHandle: Longint): Boolean;
Description:
Unloads a DLL specified using the DLL handle returned by LoadDLL.
Remarks:
This function is deprecated. See the Using DLLs topic.
function FreeDLL(const DLLHandle: Longint): Boolean;
Unloads a DLL specified using the DLL handle returned by LoadDLL.
This function is deprecated. See the Using DLLs topic.