DesignIntf.IEventInfo.GetParamCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetParamCount: Integer;

C++

virtual int __fastcall GetParamCount() = 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.

Voir aussi