PreviousNext
Help > 32-bit version of the RAD Studio IDE > Easycom For Delphi connector > The Easycom IDAPI Driver (with BDE) > Specific Components > ACE4Call
ACE4Call

 Description

 

This component allows to call AS/400 programs. This can also be done with TACE400Rcmd or TACE400Rrtv, for simple calls.

This component is inherited from TStoredProc Component.

 

This component allows full-feature remote procedure call.

 

To call a program, proceed in 3 steps:

 

1. At design time, describe the procedure call.

2. At run time, prepare the call (it will bind the parameters definition).

3. Setup input parameters and call execute method.

The step 3 can be iterated as needed.