RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataDispatch.GetTypeInfo Method

GetTypeInfo returns the object's type information.

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

GetTypeInfo returns the type information for a specified index. The index is previously obtained by a call to the GetTypeInfoCount method. If the method returns S_OK, the TypeInfo parameter is set to point to the requested type information; otherwise an error code is returned. 

 

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