I would like to use the mini HTML capacities of the TMSFNCGrid and thought about to use the TMSFNCRichEditor & TMSFNCRichEditorHTMLIO for that. I declared the TMSFNCRichEditor as custom editor in
procedure TFormMain.FNCGridGetCellEditorType(Sender: TObject; ACol, ARow: Integer; var CellEditorType: TTMSFNCGridEditorType);
can you pls provide an example how to implement the HTML reading/writing from/to the grid cell?
I guess currently its only possible with the TMSFNCRichEditorHTMLIO and reading/writing the HTML content by streams and converting it from/to strings. Any better suggestions?
Should the TTMSFNCHTMLText control be capable to display multiline HTML text copied from the TMSFNCRichEditor?
I made a quick test and right now its not showing any text in different fontsizes. Also bold and strikeout attributes are not display by just copying by
The TTMSFNCHTMLText is limited to mini HTML: http://www.tmssoftware.com/site/minihtml.asp and therefore, it will not be 100% compatible with the full HTML handled in TMSFNCRichEditor.