TTMSFNCBUtton Enabled property problem

If I create a new PWA WEB app, and drop a TTMSFNCButton onto the corm and run it, it works.

If I then set the Enabled property on the button to false in the IDE, when I compile it, I get the error

identifier not found "OldFontColor"

Setting the Enabled property to False in code works correctly.

Hi,

The OldFontColor is a property streamed to the DFM file, as if it was a VCL or FMX application. We'll see if we can expose this property for a TMS WEB Core application. For now, you'll have to keep using the code to set the Enabled property in code.