Data.DBXPlatform.TBaseTransportFactoryTools.InvokeStringFunction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TBaseTransportFactoryTools

Delphi

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

C++

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

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