Top "Delphi-xe2" questions

Delphi XE2 is a specific version of Delphi.

Search database table by record fields and display record on cxgrid

What is the best way to allow a user to search for a record in a database table by typing …

delphi delphi-xe2 sybase-asa tcxgrid
How can I download a huge file via TIdHTTP?

I use this code to download small files: Var ms:TMemoryStream; begin ms:=TMemoryStream.Create; Idhttp1.get('http://mydomain.com/…

delphi delphi-xe2 wininet indy10
colour a stringgrid column depending on columnname text

I am doing this : procedure TForm1.BitBtn1Click(Sender: TObject); var dtStart: TDateTime; I: Integer; begin dtStart := DateTimePicker1.Date; for …

delphi-7 delphi-xe2 delphi-xe tstringgrid ownerdrawn
How to pass a parameter to a query using dbExpress in Delphi

I want to use a dbExpress TSQLQuery component. But i do not know how to write the SQL to add …

delphi delphi-xe2 dbexpress firebird2.5
Delphi 2007 and XE2: Using NativeInt

Since Delphi XE2, NativeInt has new meaning. At 32 bits runtime, NativeInt is 32 bits integer. At 64 bits runtime, NativeInt is 64 bits …

delphi delphi-xe2 delphi-2007
Pass record parameter without declaring it first as a variable

If I am trying to call a procedure which has a record type (not object) as a parameter, is it …

delphi delphi-xe2
How to get the same MD5 with Delphi and PHP?

I'm using Delphi XE2 with FireMonkey. I have read many other questions about MD5 but didn't find an answer to …

php delphi md5 delphi-xe2 firemonkey
Delphi App has "No Debug Info" when Debugging

We have built an application that uses packages and components. When we debug the application, the "Event Log" in the …

delphi debugging delphi-xe2 packages bpl
Indy 10 and OpenSSL

I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL …

delphi ssl delphi-xe2 indy indy10
Javascript Engine for Delphi

Are there any out there that work with 64 bits? So I can use it along IdHTPP. Edit: I found SpiderMonkey …

javascript delphi delphi-xe2 indy indy10