Hello how can I find the smallest and big开发者_运维问答gest number in delphi? Suppose I have 10 different numbers stored in an array:
When an ini file contains a section with only one key (like MySection1 in [MySection1] MyKey1=MyValue1 [MySection2]
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
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.
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.
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
I need to display German special 开发者_如何学编程characters correctly in Delphi 2007 as for now I get characters like this \"ü\" appear like \"?\" in label components
I want to pass a nil value in a parameter which is declarated as procedure of object Consider this code
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.
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