TMedConnection.FreeHarbourDll TMedConnection

function FreeHarbourDll( dllHandle: Cardinal ): Boolean;

Description

Method allows you to free previously loaded xHarbour pCode DLL file. As a parameter pass DLL handle returned by LoadHarbourDll method.

See also: Integrating xHarbour code

Example:

cn.FreeHarbourDll(hdl);