Search code examples
delphidelphi-10.2-tokyo

How to delete frame from Delphi Component palette?


I created and added a VCL frame to the component tools "templates" palette. Now I want to remove it from the palette, but I can't find any info on how to do that.

Anyone know how to do that?


Solution

  • Click right mouse button on your template in 'Templates' page. You'll see popup menu with 'Delete "YourFrameClassName" button" item. Click it and you'll get what you want.

    NOTE: Only works in DOCKED layout - see comments.