1
vote
4answers
794 views
Reading MS Access mdb files in Delphi (for free)?
I'm looking for a Delphi component / library to open and read from an mdb (MS Access) database. I will not be writing to the db or displaying the data; just need to read the db using whatever sql …
0
votes
2answers
83 views
Delphi: compare properties between two components
I'd like to compare the "state" of two components, say Comp1: TSomeComponent and Comp2: TSomeComponent, i.e. I want to compare the values of all the published properties of the two components. Some of …
0
votes
1answer
88 views
Setting TTabControl color after XPManifest in Delphi
I have tabcontrol component on my form. After I put XPManifest, its color became white, I want to change it, but couldn't find color property. And I don't want to remove XPManifest as well. Is there …
1
vote
2answers
156 views
Any free shaped button components available?
I recently downloaded the source to an "open source" project that unfortunately has dependencies on a bunch of expensive proprietary libraries, including Infopower 1stClass, which it seems to use …
4
votes
6answers
189 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 …
1
vote
3answers
142 views
Why don’t a ClientDataSet descendant’s fields appear at design time?
I'm trying to write a component that inherits from TClientDataset. On the create of the component in design time I want to instantiate a list of common fields that are used within my framework. The …
3
votes
2answers
225 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
…
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. …
2
votes
1answer
256 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. …
3
votes
1answer
89 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
4answers
480 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 …
0
votes
7answers
773 views
What is the best way to display a PDF file in Delphi 2009
What component should I use to display a PDF file in a Delphi 2009 application?
EDIT:
I have been using PDF Viewer by Synactis - a very nice free PDF Viewer
But it has no Delphi 2009 support.
…
2
votes
2answers
134 views
Delphi Package: Systools - I Need It!
Any chance someone out there still has SysTools 3 Components (S303_D60.bpl)
It's was supposedly used at some point on the project I'm working on, but I can't find locally or on the web.
Thanks,
…
0
votes
4answers
216 views
Adding Delphi 6 third party component to Delphi 2010?
Hi,
I have a few Delphi 6 third party components which I need to add to Delphi 2010 to begin my migration. Is it possible? The interface seem a lot different and I can't seem to find a way to do …
5
votes
9answers
433 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 …
