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