Sepi
Name
IsIntfMethodRedirected
Parent
TSepiClass
Visibility
PROTECTED
Description
Teste si une méthode d'interface est redirigée dans cette class
Source code
function IsIntfMethodRedirected ( Intf : TSepiInterface ; IntfMethod : TSepiMethod ) : Boolean
Parameters
Parameter Description Intf : TSepiInterface Interface à tester IntfMethod : TSepiMethod Méthode d'interface à tester
Return
Types Description BOOLEAN True si cette méthode est redirigée, False sinon
Sepi