System.IDispatch.GetTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTypeInfo(Index, LocaleID: Integer; out TypeInfo): HResult; stdcall;

Properties

Type Visibility Source Unit Parent
function public System.pas System IDispatch

Description

GetTypeInfo returns the object's type information.

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.

See Also