Describes the stored procedure parameters.
procedure Prepare; override;
Call the Prepare method to describe the parameters of stored procedure. You can define parameters at design time if ParametersEditor is opened. Prepare method prepares the EXECUTE PROCEDURE statement. To prepare the SELECT statement use the PrepareSQL method.