Sepi Previous
Name
AddMethod
Parent
TSepiInterface
Visibility
PUBLIC
Description
Ajoute une méthode à l'interface
Source code
function AddMethod ( const MethodName , ASignature : string ; ACallingConvention : TCallingConvention = ccRegister ) : TSepiMethod ; overload
Parameters
Parameter Description MethodName : STRING Nom de la méthode ASignature : STRING Signature Delphi de la méthode ACallingConvention : TCallingConvention Convention d'appel de la méthode
Return
Types Description TSepiMethod #Pas de TAG trouvé dans le code source#
Sepi Previous