Tagged Questions
36
votes
37answers
10k 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. ...
20
votes
2answers
351 views
Delphi Ownership Confusion
I always thought that the owner is responsible for destroying visual controls and that I can manually control destruction if I pass nil as the owner.
Consider the following example:
TMyForm = class ...
15
votes
4answers
7k views
13
votes
1answer
520 views
Looking for radial popup menu component for Delphi
Radial menus have started appearing in several places. I'm curious whether anyone has seen or is working on a radial menu component for Delphi? We have a concept of what we'd like, shown in the ...
10
votes
3answers
771 views
Best way to make a component icon in Delphi XE using only the built in tools
In Delphi 7, an image editor program is included, which can read and write .dcr files, which are merely binary resource files (.res files) with a different extension, which by convention indicates ...
10
votes
19answers
2k 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
5answers
751 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 ...
9
votes
4answers
1k 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 ...
8
votes
1answer
98 views
Maintain my component's properties when they are changed?
I have a custom component with some published properties which have been used for a while in many projects. I want to make some particular changes to this component which requires removing these old ...
8
votes
3answers
523 views
Project directory structure with 3rd party components
I have to maintain old software written in Delphi. The source tree is a real mess. I'm trying to do 2 things: to make clean directory structure and to set up automated build process.
Right now i have ...
8
votes
7answers
2k views
How to improve the use of Delphi Frames
I've used frames in Delphi for years, and they are one of the most powerful features of the VCL, but standard use of them seems to have some risk such as:
It's easy to accidentally move or edit the ...
8
votes
10answers
1k 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 ...
8
votes
4answers
3k 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 ...
7
votes
6answers
555 views
Are there any good Delphi VoIP SIP SDK/Library/Component?
Are there any good Delphi VoIP SIP SDK/Library/Component that you have personally used? This is might to be not only open source or free, but and a good commercial solutions within reasonable limits.
...
7
votes
2answers
310 views
Recommendations for plotting (chart) component?
I am searching for a widget or control to plot a time-series of data. Basically plot(x,y) where x and y are Nx1 vectors. I am looking but haven't found much and any suggestions would be great! ...
7
votes
2answers
493 views
Select custom components to uninstall on Inno Setup uninstaller
I made installer with Inno Setup. It consist of multiple executables all located in Program Files "APP" folder. But for every executable there's different subfolder in this "APP" folder.
Because ...
7
votes
5answers
679 views
How can I interrogate the Delphi component palette?
I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' ...
6
votes
2answers
253 views
Third party code is modifying the FPU control word
The introduction - the long and boring part
(The question is at the end)
I am getting severe head aches over a third party COM component that keeps changing the FPU control word.
My development ...
6
votes
6answers
475 views
What do a benefit from changing from blocking to non-blocking sockets?
We have an application server developed with Delphi 2010 and Indy 10. This server receives more than 50 requests per second and it works well. But in some cases, it seems to me that Indy is very ...
6
votes
6answers
1k views
How to reduce CPU usage when moving a component in a OnMouseMove event in Delphi 7?
In a Delphi 7 application, I want to move a component accordingly to the mouse.
Im doing something like that:
procedure MyComponent.MouseMove(Sender: TObject;Shift: TShiftState; X, Y: Integer);
begin
...
6
votes
3answers
4k 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, ...
6
votes
3answers
1k views
Delphi Component Serialization
Has anyone run into issues serializing components into a file and reading them back, specifically in the area where the component vendor upgrades the VCL components. For example a file serialized ...
5
votes
1answer
213 views
How to fix Delphi component with TFont property that gets “cannot assign NIL to a TFont” at design time?
I have started building a new component in Delphi 6 Pro. Currently it just has a single TFont published property. However, when I drop the component on a Form at design time, and click on the edit ...
5
votes
2answers
500 views
Components in delphi and C++ Builder?
Hi all Professional Delphi developers.
I have some components ( alpha controls ) I can install them to Delphi or C++ builder it works well. But when I Install Delphi version package I can't use ...
5
votes
3answers
311 views
Unit-testing mouse event handlers
When unit-testing a component, the following question occured to me:
There are a number of mouse-related event handlers. I see two possibilties to test these handlers:
Simulate mouse events using ...
5
votes
4answers
926 views
Component (similar to trackbar) to enter a range of values
I need a component for entering ranges. I was thinking along the lines of a trackbar with two markers. Are there "native Delphi" components that are meant for this purpose or that can simulate it ...
5
votes
2answers
468 views
How can I visually design a component in C++ Builder?
I have been away from C++ for a couple of years now doing AS3/Flex work. I have gotten used to being able to create a component and place it in design mode with very little fuss and I am struggling to ...
5
votes
7answers
3k views
Freeware ZIP component for Delphi 2010/Delphi XE?
Do you know any free component, compatible with Delphi 2010 or XE to manage ZIP archives (actually, only reading archive contents and extracting files required)?
Please no betas.
I thought about ...
5
votes
3answers
5k views
“Hello, world!” example for DevExpress QuantumGrid?
I successfully installed the latest QuantumGrid from DevExpress, but I've never worked with this grid before, and I don't know how to get started. I find that the HLP file isn't really a tutorial, and ...
5
votes
6answers
3k 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, ...
5
votes
3answers
1k views
How to change behaviour of TDBNavigator component?
I would like to change the behaviour of the insert button on the standard DBNavigator bar, from a dataset insert to append.
I could trap the button click in the BeforeAction event, do the append, ...
5
votes
7answers
2k views
Best Way to Replace a Visual Component in Delphi
In a Delphi Form, I would like to replace one visual component with another. Example: I want to replace a Panel component with an ElPanel from a 3rd party package.
I would like all identical ...
4
votes
2answers
129 views
Why I got another size of a component in IDE?
Using Delphi 6 Prof.
I created a bevel component for separation.
Because I used spacers with 8 pixel (width x height) I thought that I create this component, and when I put it on a Form, I need only ...
4
votes
1answer
110 views
how to make custom component property?
I need help to make a control property that when you click on it, it pop-up a custom dialog like settings. just like the TPicture.
any Idea or suggestions?
4
votes
1answer
109 views
Delphi: DBGrid Options are not saved?
My problem is next:
I have my own DBGrid, based on TDBGrid.
Because in many places better to see the Selection, I thought I set it on Create, and the property editor save the Options property if I ...
4
votes
2answers
159 views
Modifying VCL Component CODE
I need to change the functionality in a component. What do you do when you get a "you can't override this" message, or you need to change the code in a private method ("method does not exist in base ...
4
votes
3answers
242 views
How do I add support for actions in my component
What do I need to do for adding actions support to my component. It is a button component but I guess it is the same for whatever component type it is. Any information or how to will help.
4
votes
2answers
213 views
Delphi - How do I break when a form's ComponentCount decrements
The code below is reproduced from Toolbar2000. It is part of routine that reads toolbar positions and dock states from an INI file. I call this routine during initialisation. This code below is ...
4
votes
3answers
209 views
Does .NET have an equivalent to Delph's VCL component model?
Pardon the "cast pun" but I am a (long long) time Delphi developer. I have stayed at version 6 for an eternity now because it was everything I needed for development. However, lately I've been ...
4
votes
1answer
453 views
How to display tooltip or hint similar to Delphi XE tooltip code insight
I'm looking at wanting to implement a tooltip similar to the way Delphi XE does when you're debugging and you hover over an object. ie, it opens up a hint window with + signs which you can expand ...
4
votes
1answer
432 views
How do I make the Object Inspector show more TColor property values?
The IDE Object Inspector shows TColor properties with a drop-down ColorBox, and the color can be selected by name - clBlack etc, as defined in the Graphics unit. The problem is that the clWeb colors ...
4
votes
1answer
356 views
Can you help translating this very small C++ component to Delphi?
I'm translating the following C++ component to Delphi:
http://borland.newsgroups.archived.at/public.delphi.vcl.components.using.win32/200708/0708225318.html
But it's not working... I'm attaching the ...
4
votes
4answers
238 views
Float property non-zero default, is it possible?
I would like to use a float property in my component, but set it to some non-zero default value (let's say it is 1000.0). If I try to do this in the Create, the property start to behave wildly since ...
4
votes
4answers
338 views
Need advice for mass mailer in Delphi
I'm trying to develop a mass mailing application and would like to use Delphi for it. What components or libraries would be my best options (for Delphi7). Can they handle sending about 25,000 emails? ...
4
votes
4answers
469 views
Changing a Delphi/Oracle application from 2-tier to 3-tier
In my company they are finally (about time...) considering to convert one of our best selling apps from a 2-tier to 3-tier architecture, both on logical (Presentation, Business and Data layers) as ...
4
votes
5answers
323 views
how important to register(license) your own components?
I am new to component building, and I have noticed that other components have a comment on top of their units like agreement, terms and condition etc. whether its free or commercial.
How important ...
4
votes
2answers
583 views
Amazon S3 components for Delphi 2010
Besides the Amazon Integrator from /n software, are there any other Amazon S3 components available that can be used with Delphi 2010? I would use the one from /n software, but it has some issues (e.g. ...
4
votes
5answers
518 views
How can a component at designtime determine the project directory
I write a component which should store some information relative to the project directory. Every time a property of my component is changed it should write a file. So how can a component determine the ...
4
votes
6answers
256 views
Where should I begin when building a component?
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 help me ...
4
votes
4answers
1k views
Can someone recommend a colour picker component for Delphi?
I'm looking for a (preferably free) component for Delphi for users to easily select about 100 different colours.
I've currently got one as part of DevExpress's editors, but it only has about 20 ...