Expose The Gutter In TTMSFMXMemo For Styling

We would like to see the Gutter property exposed for more styling in the TTMSFMXMemo component. We are doing a dark style and we can't change the FontColor of the gutter without editing the component source code.

Hi, We have added a FontColor property that will allow you to change the color of the values in the gutter.

TMSFMXMemo1.Gutter.FontColor := claRed;

The next version will have this feature included.

This feature was implemented.