DesignIntf.IEventInfo.GetParamCount

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

Delphi

function GetParamCount: Integer;

C++

virtual int __fastcall GetParamCount() = 0 ;

プロパティ

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


説明

メソッドのパラメータ数を返します。

GetParamCount は、現在のインスタンスで記述されるメソッドでとる、パラメータの数を返します。

関連項目