RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAutoObject.GetTypeInfoCount Method

Returns the number of type information interfaces that an object provides (either 0 or 1).

Pascal
function GetTypeInfoCount(out Count: Integer): HResult; virtual; stdcall;
C++
virtual __fastcall __stdcall HRESULT GetTypeInfoCount(int Count);

GetTypeInfoCount implements the IDispatch interface GetTypeInfoCount method. GetTypeInfoCount calls this method for the interface represented by the TAutoObject. The out parameter points to a location that receives the number of type information interfaces provided by the object. If the object provides type information, this number is 1; otherwise the number is 0. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!