System.Win.ComServ.LoadTypeLibrary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoadTypeLibrary(const ModuleName: string): ITypeLib;

C++

extern DELPHI_PACKAGE _di_ITypeLib __fastcall LoadTypeLibrary(const System::UnicodeString ModuleName);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ComServ.pas
System.Win.ComServ.hpp
System.Win.ComServ System.Win.ComServ

Description

Loads a type library with the specified name.

ModuleName must be the name of a type library.

See Also