Datasnap.DSReflect.TDSClass.CreateMethod

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch