Datasnap.DSReflect.TDSMethod.InvokeStringFunction
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSMethod | |
Delphi
class function InvokeStringFunction(objClass: TObjectClass; methodName: string): string;
C++
__classmethod System::UnicodeString __fastcall InvokeStringFunction(Data::Dbxplatform::TObjectClass objClass, System::UnicodeString methodName);
Description
Class function that invokes the method denoted by MethodName.
objClass is an instance of the class to which the method belongs.