FNCBitmapContainer on a DataModule

How can I place a TMSFNCBitmapContainer on a DataModule?
I used FMX before and I'm switching to FNC. a DataModule was an easy place to share the same BitmapContainer on differnet forms

Hi,

That will not be possible. TTMSFNCBitmapContainer inherits from a TCustomControl, because TComponent descendants cannot be registered twice (FMX / VCL). FNC supports both frameworks so to workaround this technical issue TTMSFNCBitmapContainer is actually a visual control.