TTMSFNCObjectInspector: changing value of some properties does not work

Changes to some properties are not written to the component.

See your demo application:
Changing Textsettings.FontColor or Textsettings.Font.Size on a TLabel will not change the TLabel.

I am using Delphi 10.4 Update 2 with TMS FNC UI Pack v3.3.0.0

Thanks for your help.

Arnd Nolte

This is by design, TLabel TextSettings.FontColor or TextSettings.Font.Size is only used when you uncheck FontColor and Size in StyledSettings property.

image

Thank you for your fast reply, I did not realize that, sorry.