DesignIntf.TEventInfo.GetParamType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetParamType(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamType(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

説明

インデックスによって指定されるパラメータの型を(文字列として)返します。

GetParamType は、インデックスによって指定されるパラメータの型を(文字列として)返します。

関連項目