Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IVCLComObject.GetTypeInfoCount

The IDispatch:GetTypeInfoCount call for automation servers.

Declaration

Source position: classesh.inc line 2071

function IVCLComObject.GetTypeInfoCount(

  out Count: Integer

):HRESULT;

Description

GetTypeInfoCount must return in Count either 0 or 1 to indicate that it provides type information (1) or not (0).

Errors

On error, a nonzero (different from S_OK) return value must be returned.

See also

IVCLComObject.GetTypeInfo

  

The IDispatch:GetTypeInfo call for automation servers.


Documentation generated on: Jul 24 2023