RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTypedComObject.GetClassInfo Method

Returns a pointer to a TTypedComObject's type information.

Pascal
function GetClassInfo(out TypeInfo: ITypeInfo): HResult; stdcall;
C++
__fastcall __stdcall HRESULT GetClassInfo(ITypeInfo TypeInfo);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!