Serves for the creating of a stored procedures call.
procedure CreateProcCall(const Name: string);
Using the name of a stored procedure, a command for the call is generated and parameters are created. After a call to CreateProcCall the values of the parameters should be defined and and the procedure should be executed.