DesignIntf.TEventInfo.GetParamName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamName(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamName(int Index);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Description

Returns the name of a parameter specified by index.

GetParamName returns the name of a parameter specified by index.

See Also