Data.DBXPlatform.TBaseTransportFactoryTools.InvokeStringFunction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function InvokeStringFunction(objClass: TObjectClass; methodName: string): string;

C++

__classmethod System::UnicodeString __fastcall InvokeStringFunction(TObjectClass objClass, System::UnicodeString methodName);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseTransportFactoryTools

Description

Invokes methods of specified objects.

Use the InvokeStringFunction method to dynamically invoke an object's method. The objClass parameter specifies the object and the method parameter specifies the method to be invoked.

The InvokeStringFunction method returns a string value that represents the result returned by the invoked method.

See Also