Datasnap.DSReflect.TDSClass.CreateMethod
Delphi
function CreateMethod(MethodName: string): TDSMethod;
C++
TDSMethod* __fastcall CreateMethod(System::UnicodeString MethodName);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | Datasnap.DSReflect.pas Datasnap.DSReflect.hpp |
Datasnap.DSReflect | TDSClass |
Beschreibung
Erstellt eine neue TDSMethod-Instanz für MethodName.
Wenn MethodName keine Methode dieses TDSClass-Objekts ist, gibt CreateMethod nil zurück.