IDABusinessProcessorScriptingProvider

Overview

The IDABusinessProcessorScriptingProvider interface is used to call a method in a script on the server side using the TDABusinessProcessor object.

Location


Required Methods


RunBusinessProcessorScript

Calls the specified method aMethod from the script aScript.

Note: As this method is reserved for the future, it cannot be called yet.

procedure RunBusinessProcessorScript(aBusinessProcessor: TDABusinessProcessor; const aScript: string; const aMethod: string; aLanguage: TROSEScriptLanguage)

Parameters:

  • aBusinessProcessor: Business processor.
  • aScript: Script text
  • aMethod: Method that will be called
  • aLanguage: Script language (rslPascalScript by default).