Delphi 2010 How to create a Folder (Directory) property editor for my component? I was able to easily create one for a FileName property using:
I am looking for a software that can reverse engineering a delphi 2010 project and create a class diagram.
In a D2010 application I do StringList.SaveToStream (MemStream, TEncoding.Unicode); I then send this stream over the network to som开发者_运维技巧e client applications. This part of the code is fix
The situation:I’ve an external DLL that uses UTF-8 as its internal string format.The interface functions all use PAnsiChar to pass strings along.
I added ComboBoxEx control to my form and populate it with data from database. I set AutoSuggest, AutoAppend and UpDownKeyDropsList to true.
I try to use consume one web service with Delphi 2010. This web service is on port 8000 with authentication.
I am getting a 5400 AE_INTERNAL_ERROR when I try to OPEN a TadsQuery after adding the SQL. When I place the same SQL directly in the TadsQuery , there is no error. Your Help File directs me to contact
what im trying to do: input in an edit box, write it to a memo box line on button click, when a 0 or -1 is entered move on to next line of edit box
Does anyone have a sample of how to use MSMQ in delphi 2010 to comunicate开发者_开发知识库 between 2 delphi applications? I also wanted to log an event on windows event log, but I dont know how to.To
I\'m looking for help in dumpingword document ( *.doc) to Text? I am using Delphi 2010. If the solution is a component or library, it should be a free or opensource开发者_C百科 component or code libr