I have created several new components but cannot get them to appear in the tool palette. (BDS2006).
The components are created in a package that compiles. The package includes the register procedure in the Interface and the implementation sections as follows:
Procedure Register;
Begin
RegisterComponents('JESComp', [TcolorButton, TAButton, TBButton, TCButton, TDButton, TEButton]);
End;
When they are installed a window informs me that they are installed and that iot has installed the button components However, the JESComp category does not show up in the Tool Palette with the various components listed under the category.
The dcp and bpl files have been generated and they are on the library and output search paths.
Unfortunately, the category is not created in the Tool palette and the buttons don't show up. They are listed in the install list available in the install packages menu option of Components
Does anyone know what I am doing wrong?