Delphi XE2 is a specific version of Delphi.
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 tcxgridI use this code to download small files: Var ms:TMemoryStream; begin ms:=TMemoryStream.Create; Idhttp1.get('http://mydomain.com/…
delphi delphi-xe2 wininet indy10I 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 ownerdrawnI want to use a dbExpress TSQLQuery component. But i do not know how to write the SQL to add …
delphi delphi-xe2 dbexpress firebird2.5Since 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-2007If I am trying to call a procedure which has a record type (not object) as a parameter, is it …
delphi delphi-xe2I'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 firemonkeyWe have built an application that uses packages and components. When we debug the application, the "Event Log" in the …
delphi debugging delphi-xe2 packages bplI 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 indy10Are 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