DesignIntf.IEventInfo.GetParamType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetParamType(Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetParamType(int Index) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo


Description

Renvoie le type d'un paramètre.

GetParamType renvoie une chaîne représentant le type du paramètre indiqué par Index dans la liste des paramètres de la méthode décrite par l'instance en cours.

Voir aussi