Delphi Get Component Snapshot

Posted on by admin

2004-05-23 09:45:16 AMHi!I have questions about submitting forms from a TIdHTTP component. I'veto clarify some points in order to be sure that I have well understood howto work with HTML forms/IdHTTP.1. The POST Method1.1 Is this code correct to submit a form which contains only textualvalues? Is it the best way to submit these values? Anyway it.seems.to work on my computer.procedure TForm1.Button1Click(Sender: TObject);varTs: TStringList;beginTs:= TStringList.Create;tryTs.Add('Param1=Value1'); //For each parameter.Ts.Add('Param2=Value2');IdHttp1.Request.ContentType:= 'application/x-www-form-urlencoded';IdHTTP1.Post('If I have to submit binary data (files, for instance), is this codewell designed to perform this operation? QuoteOr you can use the TStringList in exactly thesame manner that you are with Post.Can you explain that?

Delphi Get Component Snapshot Mac

Delphi get component snapshot systemDelphi Get Component Snapshot

I have Delphi 7 and the latest Indy 9 release (indeed, itis a snapshot version that I have downloaded 3 or 4 weeks ago), and thereis only 2 functions called 'Get':procedure Get(AURL: string; const AResponseContent: TStream); overload;function Get(AURL: string): string; overload;I don't see a function which takes a TStringList.and about parameters encoding:As you know, if you use the GET method, parameters have to be 'encoded',i.e. Special characters must be replaced by their hex value.Finally, I have found a code, but I don't know if it is the best way to dothat:EncodedParameter:= IdHTTP1.URL.PathEncode('This Text Must Be Encoded');At least, it seems to work.Thanks!Regards,A.R.- posted by geoForum on.

Delphi Components Free

Delphi get component snapshot system

Delphi Get Component Snapshot System

2007-04-26 07:37:37 PMAndreas,This was working great until I installed DelphiSpeedUp for D2007. Now whenrunning Delphi 2007 I get the following error message:Access Violation at address 2000679A in module 'rtl100.bpl'. Read of address06B7014.Removing DelphiSpeedUp doesn't resolve the problem. I have installed thelattest snapshot but still have problems. Only removing DDevExtensions curesthe problem.Help - because I find it very difficult to work without the old stylecomponent toolbar:)Ken.