I have a Delphi 2006 app that I am adding code to process some generated CSV data files.TStringList.LoadFromFile was giving strange results and I have just worked out the files are UTF-16 encoded.
On Wikipedia I read: Borland Delphi 2006 [...] Each version is available in two editions: Explorer—a free downloadable
Given that I am executing an EXE file (D2006 app) on a machine across the network, how can I get the pathname to the commondocs folder on that machine, given that the EXE might have been invoked from
The code below is reproduced from Toolbar2000.It is part of routine that reads toolbar positions and dock states from an INI file.I call this routine during initialisation.This code below is iterating
I have an app that has returned an error report.The app is written in Delphi 2006 and hangs during startup.The MadExcept main thread stack is shown below.I suspect there is no default printer but I ca
I am using ExtractFileName of a WideString that equals to \'STF:宋体\'. The result is \'??\'. It seems that ExtractFileName does not handle unicode well.
I\'m having a difficult time saving/reloa开发者_JAVA百科ding col widths in a DBGrid (actually TMS\'s DBGrid). TMS includes built-in methods to save/reload col widths, which are working correctly (I ca
Delphi 2006\'s TImage doesn\'t quit开发者_如何学运维e support PNGs.In order to have images with alpha transparency on my forms I have to load them at run-time.I can load them at design time but they d
Been struggling with this one for a while.We have a old table (SQL Server) that has image type data. I want to get the text.
I have a \"caution\" image on a dialog that is shown if there are questionable parameter values.Users do not always notice it, so I want to fade it in and out cyclically over a second or so (yes, I co