System.Win.ComObj.TTypedComObjectFactory.GetInterfaceTypeInfo
Delphi
function GetInterfaceTypeInfo(TypeFlags: Integer): ITypeInfo;
C++
_di_ITypeInfo __fastcall GetInterfaceTypeInfo(int TypeFlags);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TTypedComObjectFactory |
Description
Retrieves the type information for the typed COM object created by the factory.
GetInterfaceTypeInfo is called to retrieve type information on the TTypedComObject instances that are created by the factory.