delphi-2007
How to find the smallest and biggest number in an array?
Hello how can I find the smallest and big开发者_运维问答gest number in delphi? Suppose I have 10 different numbers stored in an array:[详细]
2023-03-29 04:28 分类:问答Ini files: DeleteKey leaves empty section
When an ini file contains a section with only one key (like MySection1 in [MySection1] MyKey1=MyValue1 [MySection2][详细]
2023-03-27 05:29 分类:问答Indy IdHTTPServer GET response parameters randomly missing
I\'m writing a Delphi-based Windows server for a tablet-based HTML client. Most files are served out unprocessed, as you would expect of a web server, but a handful of special keywords are being inte[详细]
2023-03-27 01:34 分类:问答Howto log source line causing exception and add custom information?
Our application log the source line causing exception with JCL and it works great. I use D2007. I have a TApplicationEvents.OnException event that do the actual logging.[详细]
2023-03-26 05:01 分类:问答How to find out which code calls an already unloaded module?
I got a typical access violation: access violation at 0x4ebb7456: read of address 0x4ebb7456 This happens in a thread that is created when the rest of the program is already shutting down.[详细]
2023-03-24 02:28 分类:问答Defaultinterface in TChromium is missing
We are trying to change the builtin browser component from TWebBrowser to TChromium. It is used mostly for displaying maps from Google and Bing. The communication from the javascript to Delphi is done[详细]
2023-03-23 10:33 分类:问答display German special characters correctly in Delphi 2007
I need to display German special 开发者_如何学编程characters correctly in Delphi 2007 as for now I get characters like this \"ü\" appear like \"?\" in label components[详细]
2023-03-22 08:41 分类:问答How to passing a nil value in a in parameter of procedure of object type
I want to pass a nil value in a parameter which is declarated as procedure of object Consider this code[详细]
2023-03-18 07:37 分类:问答Help required in new version of flexcel for Delphi 2007
I am using flexcel component to generate Excel files from Delphi 2007. Now we switched to the latest version of this component because the old one was not compatible with Excel 2010.[详细]
2023-03-17 03:28 分类:问答TStringList splitting bugs
Recently I\'ve been informed by a reputable SO user, that TStringList has splitting bugs which would cause it to fail parsing CSV data. I haven\'t been informed about the nature of these bugs, and a s[详细]
2023-03-14 20:45 分类:问答