1
vote
2answers
117 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 …
0
votes
4answers
153 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 f …
27
votes
32answers
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 lat …
2
votes
1answer
95 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, w …
2
votes
3answers
351 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 …
0
votes
2answers
138 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. Eithe …
0
votes
3answers
185 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 th …
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 f …
5
votes
9answers
407 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, aut …
0
votes
2answers
326 views
Freeware pivot table component for Delphi?
Is there a pivot table component for Delphi that is opensource or freeware?
1
vote
3answers
194 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: TCompone …
0
votes
7answers
702 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 Del …
1
vote
2answers
169 views
TApplicationEvents as dynamic component or static for tracing called routine in Delphi.
Hello and good morning!
Unfortunately I am not writing this question from my Developing PC so I might do some mistakes. Please sorry about it...
So - my question - what approach y …
3
votes
3answers
623 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 …
1
vote
4answers
180 views
Pulling data/notes from the IPhone notes app into a Delphi application
I have developed a few Delphi Win32 (currently using D2007) applications, which revolve around note-taking and idea development. I'd like to be able to pull the notes written on th …
