How to change icons in TMSFMXRichEditorEditToolBar

Is it possible to change the icons in the TMSFMXRichEditorEditToolBar?
How? And is it the same with other icons in VCL librairies?

Hi,

You can simply access the buttons via public properties and then change the bitmap with:

TMSFMXRichEditorEditToolBar1.OpenFileButton.Bitmap.LoadFromFile('MyImage.png');