System.Win.ComObj.TTypedComObject.GetClassInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassInfo(out TypeInfo: ITypeInfo): HResult; stdcall;

C++

HRESULT __stdcall GetClassInfo(/* out */ _di_ITypeInfo &TypeInfo);

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TTypedComObject

Description

Returns a pointer to a TTypedComObject's type information.

The GetClassInfo method returns a pointer to a type information object that describes the incoming and outgoing interfaces to the ActiveX control. The method gets a pointer to the control's type library, and through it, uses the ITypeLib interface to retrieve the type information.