I\'m a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but in some cases it got out of memory exception. The memory allocated in that cases is ty
We\'re currently converting a D开发者_StackOverflow社区elphi 2007 project to Delphi 2010. We were already using Unicode (via WideStrings and TNT Unicode Controls).
I have a Delphi 2007 VCL TPanel with a TPopupMenu assigned to it. There are some TEdit controls on the panel.The edits inherit the popup menu of the parent panel.I want to not allow this popup inherit
I need a delphi component for Delphi 2007 win32 that have features like Google search text box. ** While User writing search key it开发者_运维百科 should fill/refresh the list with values, and user
Hey guys. I have a problem with StandardColorMap and MainMenu. I need to create ColorMap in one submenu. How to do it?
I\'m to code a TExpandedShape class inherited from TShape. TExpandedShape must act like TShape and be able to draw extra shapes: Polygon and Star.
I need to get connection ID开发者_JAVA百科 from ServerSocket. By client I send text and I need to know which client sended text. Any ideas??procedure Tf_serveur.ServerSocket1ClientRead(Sender: TObject
I\'m developing an windows app on Delphi 2007 and I\'m using \"Ttaskdialog\" component in it. Using windows XP it runs normally, but in Windows 7 I\'m getting the following message:
I tested my application with FastMM and FullDebugMode turned on, since I had some shutdown problems. Afte开发者_开发技巧r solving bunch of my own problems FastMM started to complain about calling vir
I want to pass constant references to functions in delphi, so I am sure that the referenced object won\'t change and to save time and memory. So I want to declare a function like