Top "Delphi-xe" questions

Delphi XE is a specific version of Delphi.

drawing a checkbox in a TListView

I need to draw a checkbox in a particular column in aTListView, so i check this question How can I …

delphi listview checkbox delphi-xe tlistview
SOAP client in Delphi "The handle is in the wrong state for the requested operation"

I have built the worlds dumbest and most simple SOAP server, in about 3 clicks, in visual studio. The exact steps …

delphi soap delphi-xe
TIdHTTP character encoding of POST response

Take following situation: procedure Test; var Response : String; begin Response := IdHttp.Post(MyUrL, AStream); DoSomethingWith(Response); end; Now the webserver …

delphi unicode utf-8 delphi-xe idhttp
How do I turn on/off FastMM memory leak reporting under Delphi XE?

How do I turn on/off FastMM memory leak reporting under Delphi XE? Under Delphi 7, I had to modify the …

delphi delphi-xe fastmm
How to install JVCL packages if the installer failed when I ran it as a non-Administrator User

I use Win7. I have installed Jedi VCL Components in my Delphi XE and It work correctly. However if I …

delphi delphi-xe vcl jedi jvcl
Waiting for multiples threads using WaitForMultipleObjects

I'm using the WaitForMultipleObjects function to wait for the finalization of several threads, but I'm doing something wrong because the …

multithreading delphi delphi-xe
Saving and Loading Treeview using XML

Note Sorry in advance for the long post, I though it would be best to put as much information on …

xml delphi delphi-xe lazarus
Delphi XE: bogus "Never-build package must be recompiled" / "F2084 Internal Error: U10346" errors when building packages

I'm trying to build a package (package A) that contains the DWS compiler. It works, but when I then have …

delphi delphi-xe bpl
How to tell if a Delphi variant is an empty string?

Variants are always fun, eh? I am working on a legacy application that was last in D2007 to migrate it …

string delphi delphi-xe variants
Restoring dataset from delimiter separated values file

In short, i'm new to delphi and I want to achieve the following: I have table definition as .cds file {…

delphi delphi-xe changelog