I tried with Delphi XE and I got Not Responding while compiling. Does it work in your computer or is there something wrong with the function?
I\'m working with a COM component which exposes a lot of Variant properties, but sometimes these values are null. When I try to convert these values to string (or another Delphi type) the application
My application has many forms, there is also one more important form, that is the main form, the behaviour is in general ok bu开发者_如何学编程t in same cases (for example when I open a file dialog fr
I stumbled upon a case where hard-casting from interface to class fails under certain circumstances.
Have anybody had a isse with comments <!--´comment --> and XML data binding in delphi. Im tryng to load the xml with the wizard but im getting error. XML looks like this:
Edit Narrowed it down to this 1 line, HTML := wb.OleObject.Document.documentElement.innerHTML; which consumes the time... how can that be speed up?
Has anyone been able to convert the StringAlignGrid by Andreas Hörstemeier from Delphi 6 (his latest release) to work under Delphi XE?
i have a TDictionary declared like so TDictionary<String,Integer>, Now i want to get the max of the value stored in the TDictionary. i can do this iterating over the TDictionary and comparing th
I need to develop a real-time (i.e., info is requested and received at least once per second) monitoring application in Delphi, which monitors multiple remote devices (can be hundreds). The communicat
sharing the code on this question as reference:Delphi TPair Exception How can I retrieve the key and value from a TObjectDictionary concrete entry without using TPair and without extracting/remove/de