RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAutoObject.GetTypeInfo Method

Retrieves the type information for an object.

Pascal
function GetTypeInfo(Index: Integer; LocaleID: Integer; out TypeInfo): HResult; virtual; stdcall;
C++
virtual __fastcall __stdcall HRESULT GetTypeInfo(int Index, int LocaleID,  TypeInfo);

GetTypeInfo implements the IDispatch interface GetTypeInfo method. GetTypeInfo calls the GetTypeInfo method for the interface for the interface represented by the TAutoObject, passing it the specified parameters. Use the returned value to get the type information for an interface implemented by the component. 

 

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