DesignIntf.IEventInfo.GetParamName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IEventInfo |
Delphi
function GetParamName(Index: Integer): string;
C++
virtual System::UnicodeString __fastcall GetParamName(int Index) = 0 ;
Description
Returns the name of a parameter.
GetParamName returns a string representing the name of the parameter specified by Index in the parameter list of the method described by the current instance.