DesignIntf.IEventInfo.GetParamType
Delphi
function GetParamType(Index: Integer): string;
C++
virtual System::UnicodeString __fastcall GetParamType(int Index) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IEventInfo |
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.