Pascal Scripting: UnregisterTypeLibrary

Prototype:

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

Description:

Unregisters the type library with the specified filename. Returns True if successful, False otherwise.

See RegisterTypeLibrary for usage details.