Code cosmetic: rename implodestr() to Implode()

This commit is contained in:
Ansgar Becker
2021-06-03 08:32:06 +02:00
parent e4addf6b15
commit dd38ba4f6f
10 changed files with 32 additions and 33 deletions

View File

@ -545,7 +545,7 @@ begin
Params.Add(tmp);
end;
if Params.Count > 0 then
Result := Result + CRLF + #9 + implodestr(','+CRLF+#9, Params) + CRLF;
Result := Result + CRLF + #9 + Implode(','+CRLF+#9, Params) + CRLF;
Result := Result + ')'+CRLF;
if comboReturns.Enabled then
Result := Result + 'RETURNS '+comboReturns.Text+CRLF;