DesignIntf.IEventInfo.GetParamName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetParamName(Index: Integer): string;

C++

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

Propriétés

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


Description

Renvoie le nom d'un paramètre.

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

Voir aussi