Prefer Delphi's Indy library over Synapse for encoding URL parameters. Remove Synapse code, which was meant to help in implementing the HTTP tunnel code which can easily be done with Indy.

This commit is contained in:
Ansgar Becker
2013-11-02 06:23:41 +00:00
parent c330f78514
commit 0f3c603c44
50 changed files with 15 additions and 41537 deletions

View File

@ -272,7 +272,7 @@ procedure TfrmSQLhelp.ButtonOnlinehelpClick(Sender: TObject);
begin
// Link/redirect to mysql.com for further help
ShellExec( APPDOMAIN + 'sqlhelp.php?mysqlversion='+inttostr(MainForm.ActiveConnection.ServerVersionInt)+
'&keyword='+EncodeURLElementUnicode(keyword));
'&keyword='+EncodeURLParam(keyword));
end;