DesignIntf.IEventInfo.GetParamCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamCount: Integer;

C++

virtual int __fastcall GetParamCount() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo

Description

Returns the number of parameters of the method.

GetParamCount returns the number of parameters taken by the method described by the current instance.

See Also