Pascal Scripting: FreeDLL

Prototype

function FreeDLL(const DLLHandle: HMODULE): Boolean;

Description

Unloads a DLL specified using the DLL handle returned by LoadDLL.

Remarks

This function is deprecated. See the Using DLLs topic.