Adding Components

I was just wondering what is needed in order to see the components icons when adding components to the scripter IDE?

You need to add a 24x24 bitmap resource in your application with the same name as the component you want to see in palette.

So I would need to create a resource file and link that into my app. Would that be correct???

 
Also, is that how the default "Standard" tabs work?
 
Thanks

Yes for both questions. The StdIcons.res file has the icons for the standard tab, for example.

Got it, thanks.