Adding new component to pallete

Thanks Bruno. I did what you indicated.
Sadly somewhere in the process the class is still being renamed to TEditJD like before. Maybe there is some other step that must be done.

In order to do a "clean" build, removed the package using the TMSWebCore Options in the VSC IDE, restarted VSC. Then (before opening the project), deleted the .vsc and left only the three basic files (.dpk, .dproj and .pas). Then renamed all the "TEditJD" references to "TEditpJD" just to make it different. Searched for all instances of "TEditJD" in those three files and verified there is none. Only the ones with the mid "p" remain.
But when compiling, the name is changed "TEditJD". I searched and after compilation, this name appears in the .twcl. I changed there and watched it changed by the compiler.

Thinking it was some leftover in my Windows PC, I copied to the macbook the folder containing the basic three files again. I haven't tried this on the macbook, so am sure is clean and does not have any prior reference to this component.
And it happened there, consistent with the Windows version. "TEditJD" is nowhere in the code but it still is how it it compiles the component.

So, there is something else am missing.