DesignIntf.TEventInfo.GetParamCount

From RAD Studio API Documentation

Delphi

function GetParamCount: Integer;

C++

int __fastcall GetParamCount();

Properties

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

Description

Returns the number of parameters of the method.

GetParamCount returns the number of parameters of the method associated with this event.