System.IDispatch.GetTypeInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
function public System.pas System IDispatch

Description

GetTypeInfo renvoie les informations de type de l'objet.

GetTypeInfo renvoie les informations de type pour un index spécifié. L'index est préalablement obtenu par un appel à la méthode GetTypeInfoCount. Si la méthode renvoie S_OK, le paramètre TypeInfo est défini pour pointer sur les informations du type requis ; sinon un code d'erreur est renvoyé.

Voir aussi