We ported an application from Delphi 7 over to Delphi 2010 and have had customers encountering intermittent BSOD (blue screen of death) errors while running under Windows XP.The errors are very sporad
I\'m creating an instance of my custom DragObject on StartDrag: procedure TForm1.GridStartDrag(Sender: TObject;
OK I don\'t know much about delphi but I have done a few projects and normally have typical windows component styling like so:
I\'m trying to make a Delphi project about renaming files, and I somehow found a regex to match all chars after last backslash for file names: [^\\\\]+$ at this address: Can you read backward in regex
I know what changed. I know why. But.. TComplicatedCallMaker = record Param1: TRecordType; Param2: TRecordType;
I have been using Aysncpro 2010 since my recent software update. The more I read about it online the more I am concerned it is probably leaking memory in my software and causing it to crash eventually
This is the original SQL server query which works: use HIS SELECT room_type,rate_start_date,rate_end_date,rate
I use Delphi 2010 and when I try to perform an XmlHttpRequest operatio开发者_StackOverflow中文版n inside a separate thread from my application, I get an EOleSysError exception with the following messa
I just need to split a string like: \"STANS\", \"Payment, chk#1\", ,1210.000 into an array based o开发者_StackOverflow社区n ,. The result in the string list would be
I need your help. Please help me. I have Delphi 2010 I try to idHTTP.Get a file with Unicode text (Russian开发者_开发技巧) from site into MemoryStream on English version of Windows 7.