Pascal Scripting: UnregisterTypeLibrary

Prototype:

function UnregisterTypeLibrary(const Is64Bit: Boolean; const Filename: String): Boolean

Description:

Unregisters the type library with the specified filename. If Is64Bit is True, the type library will be unregistered in a 64-bit process. Returns True if successful, False otherwise.