Products Downloads


French version


 

A

AddScript

Used to specify the name of the script (.vbs file) containing the functions to be executed.

 

C

CreateParameters

Used to specify the number of input parameters required in order to execute a function in the script.

 

E

Execute

Used to execute a function in the current script.

 

↑ Top of page

G

GetDateParameter

Used to retrieve the value of a DATE output parameter in the array returned by the function which is executed by the Execute function.

 

GetDoubleParameter

Used to retrieve the value of a real number output parameter in the array returned by the function which is executed by the Execute function.

 

GetIntParameter

Used to retrieve the value of a short integer output parameter in the array returned by the function which is executed by the Execute function.

 

GetLongParameter

Used to retrieve the value of a long integer output parameter in the array returned by the function which is executed by the Execute function.

 

GetParameterSize

Used to retrieve the structure of the output parameter (if any) returned by the function which is called by the Execute function.

 

GetStringParameter

Used to retrieve the value of a string type output parameter in the array returned by the function which is executed by the Execute function.

 

GetTimeParameter

Used to retrieve the value of a TIME output parameter in the array returned by the function which is executed by the Execute function.

 

↑ Top of page

I

Initialize

Initializes the DLL, by creating an ActiveX control that runs scripts in VBScript (Microsoft® Visual Basic® Scripting Edition) language.

 

S

SetDateParameter

Used to specify the value of a DATE input parameter in the array generated by the CreateParameters function.

 

SetDoubleParameter

Used to specify the value of a real number input parameter in the array generated by the CreateParameters function.

 

SetIntParameter

Used to specify the value of a short integer input parameter in the array generated by the CreateParameters function.

 

SetLongParameter

Used to specify the value of a long integer input parameter in the array generated by the CreateParameters function.

 

SetStringParameter

Used to specify the value of a string type input parameter in the array generated by the CreateParameters function.

 

SetTimeParameter

Used to specify the value of a TIME input parameter in the array generated by the CreateParameters function.

 

↑ Top of page