Sepi
Class Tree
Index
Previous (GetClassVirtualMethod)
Next (GetObjectDynamicCode)

Name
  GetMethodFromName

Parent
  ScDelphiLanguage

Visibility
  PUBLIC

Description
 

Recherche une méthode d'un objet à partir de son nom
La méthode en question doit être publiée pour pouvoir être trouvée.


Source code
  function GetMethodFromName ( Obj : TObject ; const MethodName : ShortString ) : TMethod

Parameters
 
Parameter Description
Obj : TObject L'objet définissant la méthode
MethodName : ShortString Nom de la méthode

Return
 
Types Description
TMethod Une référence à la méthode recherchée pour l'objet Obj

Sepi
Class Tree
Index
Previous (GetClassVirtualMethod)
Next (GetObjectDynamicCode)


Sébastien Doeraene - 2006-2008 - Under GNU GPLv3 License
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/