We bought Delphi XE to slowly upgrade from Delphi 6. Delphi 6 is well working in Win7/X64. I installed two virtual machines to test it (I planned three of them, but Virtual PC is not supports X64 gue
type Tmyclass = class(TObject) somearray: array of TSometype FBool: Boolean; Fint: Integer; Fstr: string;
I have a SQL Server 2005 database with COLLATION SQL_Latin_General_CP1_CI_AS and I want to run a query from Delphi XE via ADO. Data in SQL Server is Greek and Latin characters. But in Delphi I get unr
I just discovered TWebBrowserEx in the Delphi XE source.When I google it, I get zero hits!Anyone have insight on where 开发者_运维知识库this component came from, and on what the purpose is?You can fin
I want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain colu开发者_如何学运维mn. I\'m using Delphi XE.You should draw your own checkboxes, preferably using visual themes, if
My program do the \"heavy\" task (searching files and finding a signature) on a separated开发者_StackOverflow thread. Every task uses PostMessage to call a procedure for adding a record into a ListVie
Generic containers can be a time saver when having a item, and a strongly typed list of those items. It saves the repetitive coding of creating a new class with perhaps a TList internal variable, and
Is it possible to let the IDE automatically implement inherited abstract methods in Delphi XE? In Java and C# IDEs it\'s a common functionality like pressing ALT+SHIFT+F10 in Visual Studio or ALT+RETU
I\'m using Delphi XE and I would like to make a button which shows just the provided PNG image with transparent background and no additional margins of any kind.
Just grabbed the latest sources from subversion, for Indy 10, and I get this error: [DCC Error] IdWinsock2.pas(2421): E2003 Undeclared identifier: \'SIZE_T\'