Is it possible to inherit from TIEImageLayer and use this new layer type in ImageEnView? I want to create a component that has its own properties and use them as logic for custom drawing to an IEBitmap (instead of loading an image from disk) and then have this displayed in the inherited class. It would need to redraw itself whenever a property is changed in the editor.
I've created a mock-up of the inherited class, but it seems I can only add a TIEImageLayer to an ImageEnView (via ImageEnView.LayersAdd(...), and not the inherited class.