Tagged Questions

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 …
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 …
0
votes
1answer
87 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
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 …
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 …
2
votes
2answers
133 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
214 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
105 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
512 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 …
0
votes
2answers
177 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
284 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 …
1
vote
3answers
211 views

Component disabling and enabling at runtime in Delphi 2K9. Weird problem…

Here is code: procedure DisableContrlOL(const cArray : array of string; ReEnable : boolean = False); // can be called from VKP / RAW / Generation clicks var AComponent: TComponent; CompListDis, …

1 2 3 4 next
15 30 50 per page