DesignIntf.IEventInfo.GetParamCount
Delphi
function GetParamCount: Integer;
C++
virtual int __fastcall GetParamCount(void) = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IEventInfo |
Description
Renvoie le nombre des paramètres de la méthode.
GetParamCount renvoie le nombre des paramètres pris par la méthode décrite par l'instance en cours.