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