FNC use more than 1000 GDI Objects

We have a Delphi FMX application that has been switched from your old TMSFMX object to TMSFNC instead. This has lead to that our application now "hits the roof" of 10.000 GDI objects.
Do you have any hints on how to reduce them. The old TMSFMX objects did not use GDI objects in the same quantity. This is a big issue for us.

How many FNC components are you using?

10-15 different TTMSFNCPageControls with 5-10 pages on each.
10-20 different TTMSFNCTreeViews with 5-10 columns each.
Appr. 30 TTMSFNCPanels spread all around the application.
The application consists of several frames that are created once and destroyed when the application closes.
Application UI is updated when the information is changed. Mostly information from MQTT but also some database calls. Database calls are made in TTasks and well protected.

We found the cause and are looking for a solution. Stay tuned

We have found a solution, next version of TMS FNC Core will address this. Thanks for pointing out.