Datasnap.DSReflect.TDSClass.CreateMethod
Delphi
function CreateMethod(MethodName: string): TDSMethod;
C++
TDSMethod* __fastcall CreateMethod(System::UnicodeString MethodName);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | Datasnap.DSReflect.pas Datasnap.DSReflect.hpp |
Datasnap.DSReflect | TDSClass |
Description
Crée une nouvelle instance de TDSMethod pour MethodName.
Si MethodName n'est pas une méthode de ce TDSClass, CreateMethod renvoie nil.