delphi-2009
Delphi 2009 - Bug? Adding supposedly invalid values to a set
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,[详细]
2023-02-07 16:58 分类:问答Is there documentation for turbopower's OnGuard anywhere?
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[详细]
2023-02-05 03:28 分类:问答how to install Source Wizard for Delphi 7 in Delphi 2009
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[详细]
2023-02-04 17:34 分类:问答Delphi DataSnap SocketServer "Failed to create key 211"
If I try to terminate the Borland SocketServer application for Delphi 2009 the message above appears.[详细]
2023-02-04 01:11 分类:问答Different ways of show notifications from tray bar
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[详细]
2023-02-03 16:59 分类:问答How can I create a most recently used file list in Delphi 2009?
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[详细]
2023-02-02 21:04 分类:问答My Delphi 2009 app fails to run on Win95
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[详细]
2023-02-02 06:51 分类:问答Delphi Pascal - Using SetFilePointerEx and GetFileSizeEx, Getting Physical Media exact size when reading as a file
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[详细]
2023-02-02 01:41 分类:问答Delphi custom components, using in project when tpropertyeditor is involved
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[详细]
2023-02-01 03:56 分类:问答How to make TObjectDictionary.Values accessible as property?
I have an object like this: TMyObj = class private FObjList: TObjectDictionary <integer, TMyObject>;[详细]
2023-01-31 23:39 分类:问答