DesignIntf.IEventInfo.GetParamName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamName(Index: Integer): string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo

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.

See Also