•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Pascal and Delphi section within the Software Development category of DaniWeb, a massive community of 455,974 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,807 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Pascal and Delphi advertiser: Programming Forums
Views: 403 | Replies: 1
![]() |
•
•
Join Date: Oct 2007
Posts: 13
Reputation:
Rep Power: 2
Solved Threads: 0
I'm having no problem adding components to to the Palette in Delphi 2007. Generally I do this by adding units to a .dproj and then installing the .dproj. I've tried to delete a unit - and that appeared to work. Later I tried to add the unit back into the .dproj and I received an error message that the unit was already there - even though not visible. Can anyone explain what I've done wrong, and the fix?
•
•
Join Date: Oct 2007
Location: Cherry Hill, NJ
Posts: 1,878
Reputation:
Rep Power: 13
Solved Threads: 193
That's because you never actually uninstalled it. Press F1 and index "Installing Component Packages" to learn more.
In a nutshell, there are two things you must watch for: the Delphi Library Path, and the available component list. Things on the component palette are chosen from the available component list, but not every available component need be on the Component Palette.
Also, never compile a component into the Delphi Component Library Package, unless, you are absolutely certain that it is bug-free and completely finished. Even so, don't do it.
Hope this helps.
In a nutshell, there are two things you must watch for: the Delphi Library Path, and the available component list. Things on the component palette are chosen from the available component list, but not every available component need be on the Component Palette.
Also, never compile a component into the Delphi Component Library Package, unless, you are absolutely certain that it is bug-free and completely finished. Even so, don't do it.
Hope this helps.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Pascal and Delphi Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Pascal calculator program
- Next Thread: How can make accuracy in pascal?



Linear Mode