1
vote
2answers
144 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 …
0
votes
1answer
65 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 …
4
votes
6answers
183 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
129 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
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
…
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. …
3
votes
1answer
77 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 …
1
vote
2answers
129 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,
…
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. …
0
votes
4answers
198 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 …
2
votes
1answer
99 views
How can I make a component disappear in the form designer?
I'm creating a custom control that contains other controls, including two scroll bars, one horizontal, one vertical. There's a property to set one or both scroll bars invisible, which works fine at …
2
votes
3answers
446 views
Delphi 2009 - Set default property values in custom delphi components
This should be very simple but I can't find the exact answer I want. I have a custom delphi control based on TSpeedButton. I want the Caption Property of the SpeedButton to always be 'Comments' but I …
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 …
0
votes
2answers
161 views
How to dynamically add buttons to TCategoryPanelGroup?
Has anybody experience with Delphi 2009's TCategoryPanelGroup component and specifically with dynamically adding buttons to category panels?
I can't get it to work properly. Either the buttons do not …
0
votes
3answers
254 views
Delphi 2009: Pass component name onclick event then set property
I have a custom component of type TSpeedButton that has two extra properties defined:
CommentHeading: string;
CommentText: string;
I set CommentHeading at design time.
When the speed button is …
