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.