I have faced some severe problems using the TAdvRichEditor own toolbars so I'm deploying my own version (see => Access violation with AdvRichEditor toolbars in DLL - #11 by Jaraiz_Gonzalez_Senador1).
I was able to achieve the basic format functionality pretty fast using some TAdvRichEditor functions (SetSelectionBold, SetSelectionTextColor, ...). All seemed straight forward until I found that just as there is a function to add a bullet (unsorted) list (SetSellectionBullet), there doesn't seem to be one to add an ordered (numbered) list. Is there any function to do it? What would be the best way?
And just another question. After adding some formating (let's say bold font to a selected text) I want to clear the selection. This can be done with ClearSelection() method but after that, caret remains at the selection start position and not on its end as it should be. Can I fix that behaviour some way?.
Thanks and regards.