I have seen many answers about calling an older DLL in D2010 (Unicode), but the problem is that I am doing just the opposite.We are writing new parts of an application (DLLs) in D2010.The parent app i
I\'m trying to import a wsdl for a web service developed on WCF 4. It\'s hosted on AppFabric, and it has a basicHttpEndpoint binding.
I\'m using a TVirtualStringTree as a grid which is working pretty well. I\'m using the treeviews hint functionality to show a hint when the user positions the mouse over a cell.I\'ve had to change Hi
I\'ve got a TSimpleDataSet connected to a Firebird database.The dataset\'s internal dataset\'s CommandType is set to ctT开发者_运维百科able, with CommandText set to a table name.So I expect, when I se
I have read how to make a pointer to a normal class and use it inside the class difinition: type PExample = ^TExample;
I have a class like this: type A = class procedure<T> DoStuff(tPtr: ^T); end; But when I try to compile, Delphi gives me this error:
When I\'m trying to inherit TDataModule Delphi treat descendant class like a form giving them 开发者_高级运维properties like font and Client properties. (\"property does not exists\" exception on a ru
How can I add items to my custom component popup menu (right click), like for exam开发者_如何学Cple version number?
When opening a form which contains an inherited TImageList in Delphi (2010 in this case, but it may do it for other 开发者_开发知识库versions), the IDE invariably (I can\'t find any rhyme or rhythm to
We are migrating from Delphi 6 to Delphi 2010,earlier we were using BDE engine to connect to开发者_JAVA百科 Sybase Database from Delphi 6. We found out that Delphi 2010 does not support BDE.