DesignIntf.IEventInfo.GetParamCount
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IEventInfo | |
Delphi
function GetParamCount: Integer;
C++
virtual int __fastcall GetParamCount() = 0 ;
Description
Returns the number of parameters of the method.
GetParamCount returns the number of parameters taken by the method described by the current instance.