RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.GetTypeInfo Method

Retrieves the type information for an object.

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

GetTypeInfo implements the IDispatch interface GetTypeInfo method. For components that support interfaces, GetTypeInfo calls the GetTypeInfo method for the interface supported by the component, 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!