Describes the stored procedure parameters.
procedure PrepareSQL(IsQuery: boolean = False);
Use the PrepareSQL method to describe the parameters of stored procedure. The Execute or Open method calls it automatically if it is necessary. You can define the parameters at design time if ParametersEditor is opened. Set IsQuery parameter to True to prepare SELECT statement. Set it to False or omit it to prepare EXECUTE PROCEDURE statement.