Главная страница | назад





Article #17723: FAQ2723C: New conponent does not show up on the pallet

 Question and Answer Database
FAQ2723C.txt New conponent does not show up on the pallet
Category :VCL
Platform :Windows NT
Product : C++Builder3.x
Question:
Why when I create a new component, and then try to add it to a package, does it not
show up on the pallet
Answer:
One reason could be that the name space that is being used is incorrect. You need
to make sure that your namespace is all lowercase letter, except for the first letter.
example:
namespace Mycomponent // ok
namespace MyComponent // not ok.
this is oultined in the readme.hlp file with bcb3.0
12/30/99

Last Modified: 27-SEP-99