FNCRibbon

How to display an image in the FNCRibbonIcon other than the application icon ? If I put an image in the bitmap, it is displayed in the IDE but when running the application icon is shown.

Thanks

If you inherit from TTMSFNCRibbonForm it will automatically pick up the icon from the application. You cannot workaround that unfortunately other than specifying another icon for the application.

Thank you