27
votes
33answers
5k views
Delphi Free and Open Source Components that are still maintained.
It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. …
10
votes
19answers
1k views
Delphi Active Commercial Components
Similar to the Delphi FOSS component question, a commercial component directory will also be a valuable searchable resource. I invite you to contribute your expierience with your favourite commercial …
9
votes
6answers
560 views
How many people have abused your ‘with source’ purchase option?
I'm interested in finding something out. In Delphi the default since the begining when buying components has been to be able to purchase them with source (even if it might be a slightly more …
7
votes
4answers
454 views
What’s the difference between CreateWnd and CreateWindowHandle?
Delphi components have CreateWnd and CreateWindowHandle (and DestroyWnd and DestroyWindowHandle). They're both intended to be overridden by descendants, right? And not intended to be called except by …
5
votes
9answers
423 views
Best Shareware lock for Delphi Win32
Same intro as my last question:
I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule …
5
votes
2answers
830 views
How is the best way to write a SOAP 1.2 Client with Delphi Win32
So far, no Delphi version supports SOAP 1.2 clients or server.
I have tried for weeks to make it works, but every time a new problem, with VS/C# I could do the same, and make works in 3 days, but I …
4
votes
6answers
184 views
Where should I begin when building a component?
Hello, I am looking to build my own component and have no idea where to begin. I have some Delphi books but they are old and outdated, and am looking for some recommendations on tutorials/books to …
3
votes
2answers
221 views
Looking for a simple graphical component for Delphi
Hi SO.
I am looking for a graphical component in Delphi winch have such features:
allows to paint text in different font types, sizes and colors
allows to select previously drawn text and copy it
…
3
votes
1answer
79 views
How can I troubleshoot design-time packages in Delphi/C++Builder?
I have consistently had IDE problems in Delphi/C++Builder for years, with every version. I usually just reboot, recompile, etc. and move on. However, I keep seeing others say that the IDE is rock …
3
votes
3answers
697 views
Are there OpenOffice.org export components for Delphi (non-OLE)?
For document exchange, I would like to generate OpenOffice.org text and spreadsheet documents. So far I have found export components which require OpenOffice to be installed, using OLE.
Are there …
3
votes
4answers
451 views
How to draw on a TPanel
I need to draw on a TPanel, ideally directly so I don't have another component on top of it getting in the way of mousevent-event trapping (I want to draw a little "size-grip" on it). How should I go …
3
votes
5answers
740 views
Best auto-update component(s) for Delphi
I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, …
3
votes
2answers
1k views
Array Property, TList, TStringList, or TCollection, etc (Delphi Win32)
I am developing various components, and regularly run into the need to have a property that has a "one-to-many" relationship, component-to-property-member. The components are often visual components, …
3
votes
2answers
698 views
HTML Editor for CBuilder/Delphi
I need to find basic WYSIWYG HTML editor component for C++Builder 5 to let users to create some simple text that I will paste into existing HTML page template.
Just a simple support to create links, …
2
votes
1answer
255 views
Did you ever encounter commercial VCL component/suite without bugs? [closed]
I've used a lot commercial components, over the time. Now I just use a few. Almost all came with bugs. Some were minor and some disastrous. This is not bashing. We all produce bugs, that's expected. …
