DesignIntf.TEventInfo.GetParamCount
[–] 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.