DesignIntf.TEventInfo.GetParamType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetParamType(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamType(int Index);

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