Assigns PL/SQL block that calls stored procedure to the SQL property.
procedure CreateProcCall(const Name: string);
Call the CreateProcCall method to assign PL/SQL block that calls stored procedure specified by Name to the SQL property. Retrieves the information about parameters of the procedure from InterBase. After calling CreateProcCall you can execute stored procedure by Execute method.