I just started having issues with my Delphi 2010 IDE. If I drop any of the Standard Controls onto a form, \"StdCtrls\" does not get added to the uses clause. In fact the uses clause does not get updat
Look at this code: dic:=TObjectDictionary<Integer, TObject>.Create([doOwnsValues]); testObject:=TObject.Create;
I just downloaded the dbExpress Driver for Firebird by Chee-Yang Chau from this google code site. I loaded the Delphi 2010 demo projects and tried running it and immediatedly got a could not load dll
First part of the code works OK while the second (commented) does not. It overwrites my A1 file although it should write to A2.
I have a table in rtf (rich text format) file format. I wonder if it is possible to place different content into the cells at runtime.
I currently have an application written that generates pdf vouchers and emails to their perspective recipients. However the function I use is client dependent (MS Outlook) and I would really like to m
I\'m upgrading my program from Delphi 2005 to Delphi 2010. I\'m having a problem with RSA functions The following procedure work\'s well under D2005, but with D2010 the result is always nil.
I want to use for in sentence in my test case under D2010. If I want to write in Param.Value variable then compiler reports error 2064, but allows to write in Par开发者_StackOverflow中文版am.Edit.te
Any advice or gotchas that I should be aware of. I know 开发者_开发知识库to install in a NEW directory, and to have a backup. I will reread the readme file that included in the Delphi-XE installer.I\'
While executing the following code szNotes:= SQL.FieldByName(\'Notes\').AsString; throwing an \"fetch type out of range\" error message. I\'开发者_开发技巧m using SQL Server DB, the field type is VARC