DesignIntf.TEventInfo.GetParamName

From RAD Studio API Documentation

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TEventInfo

Delphi

function GetParamName(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamName(int Index);

Description

Returns the name of a parameter specified by index.

GetParamName returns the name of a parameter specified by index.

See Also