System.Win.ComObj.TComServerObject.TypeLib
Delphi
property TypeLib: ITypeLib read GetTypeLib;
C++
__property _di_ITypeLib TypeLib = {read=GetTypeLib};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComServerObject |
Description
Provides access to the type library associated with the COM server.
The abstract accessor methods for TypeLib are overridden in descendant classes.