in Delphi TIPS ::
The TRichEdit Delphi control is a wrapper for a Windows rich text edit control. You can use a rich edit control to display and edit RTF files.
The TRichEdit Delphi control is a wrapper for a Windows rich text edit control. You can use a rich edit control to display and edit RTF files.
While you can create nice user interface "around" the rich edit control with toolbar buttons to set and change text display attributes, adding formatted lines to rich edit programmaticaly is fairly cumbersome - as you will see.
Read the full article to learn how to Append Formatted Lines to Rich Edit using Delphi's SelText and SelStart.
Related:
Comments
No comments yet. Leave a Comment

