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