TMSFMXTableView: Style not working

Hi,

I use a tableview and wanted to change the style at designtime. If I got to the styledesigner (does not matter whether default or custom) and try to change the FontColor at tmsfmxtableview1style1-itemcenterrectangle then it works for itemcaption but not for itemdescription.

As soon as I make an Apply and Close the setting is lost for the itemdescription, but not for the itemcaption.

Can you point me to a solution?

Kind regards
Gernot

For the description, you need to set the Fill color. The TTMSFMXHTMLText inherits from TText and has exposed the new TTextSettings properties which are not used for rendering HTML text



Thank you