DesignIntf.TEventInfo.GetParamType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamType(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamType(int Index);

Properties

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

Description

Returns the type (as a string) of a parameter specified by index.

GetParamType returns the type (as a string) of a parameter specified by index.

See Also