First of all, I\'m not a very experienced programmer. I\'m using Delphi 2009 and have been working with sets, which seem to behave very strangely and even inconsistently to me. I guess it might be me,
Er...is there documentation for turbopower\'s OnGuard anywhere? Finally got the source code to turn itself into components on the pallete (D2009) and can run the examples but I don\'t know what most
I have Source Wizard for Delphi 7 (a code formatter). I\'m switching to Delphi 2开发者_如何学C009. I tried loading *.pas (created with D2009) in Source Wizard in Delphi 7 and there were no problems pr
If I try to terminate the Borland SocketServer application for Delphi 2009 the message above appears.
What are the alternatives to balloon hints to show notifications from the tray bar? What I want to achieve is something like Skype notifications, so I want to also have the feature of piling up notif
I have an TActionManager, and a TActionMainMenuBar, and I know how to add an TActionClientItem for each MRU file to the main menu bar.But do I have to create a separ开发者_StackOverflowate action for
i creating an small application in Delphi 2009. h开发者_C百科ere i got problem that when i run my application in WindowsXP its working but it is not working in Windows95. i know the problem that 95 wi
I do not know how to use any API that is not in the RTL.I have been using SetFilePointer and GetFileSize to read a Physical Disk into a buffer and dump it to a file, something like this in a loop does
i have a problem with running my project built in Delphi CodeGear containing my own compo开发者_如何学编程nents. They (the components) use propertyeditors, so I use designide.dcp, and this compiles we
I have an object like this: TMyObj = class private FObjList: TObjectDictionary <integer, TMyObject>;