I am planning to upgrade my OS to Win 7 (32bit or 64bit). I would like to know whether we can install and run Delphi 7 on Win 7 successfully or not.Share your thoughts on installation of 3rd party com
Using: Delphi XE, Devexpress VCL. In the cell click event, I am trying to change the value of a cell in a hyperlink column in Devexpress\'s QuantumGrid VCL control. The column is a custom column and
I have an application which needs to run several other applications in chain. I am running them via ShellExecuteEx. The order of running each of the apps is very important cause they are dependant on
I have a C++Builder application using a TRichText control that has to display a report, running under Windows XP. The application was written in English but has been adapted to use other languages. Cr
I have an application that us开发者_运维问答es statically-linked runtime packages as well as designtime packages that use them. For some reason the code in any unit finalization section is not being r
I\'d like to use TChromium component which is part of Delphi Chromium Embedded (http://code.google.com/p/delphichromiumembedded/). Unfortunately once I build the application and run it (it\'s inside \
I need to compute the width of a column with many rows (column AutoSize feature). Using Canvas.TextWidth is far too slow.
Better mention this : I\'m using Delphi XE2 - but XE or 2010 should do the trick too :-) This Question is now in Quality Central QC#99313 please vote it up :-)
Does anyone know how to copy the XValues from one TChartSeries to another in Delphi7 (and TeeCha开发者_Python百科rt 4.04)? TChartSeries.ReplaceList(CopySeries.XValues, OriginalSeries.XValues) does not
I am using TAdvMemo. My problem is with the WordWrap property. It works very well when I type text in the text area, but when I add a string to it in code, it has no effect.