DesignIntf.TEventInfo.GetParamCount

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 GetParamCount: Integer;

C++

int __fastcall GetParamCount();

Description

Returns the number of parameters of the method.

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