RichEdit to the Max
Tuesday December 9, 2003
TIPS :: The TRichEdit control included in the VCL is a wrapper for a Windows rich text edit control. Rich text edit controls let the user enter (edit, format, print, and save) text that includes font and paragraph formatting. Here's how to get more from it:
- Append Formatted Lines to Rich Edit using Delphi's SelText and SelStart
- Adding URL hyperlink functionality to RichEdit
- TRichEditURL - hyperlink aware RichEdit
- Get the line number from a RichEdit
- Get the RTF formatting from a RichEdit.
- How to search and replace in RichEdit
- Get Cursor position in TRichEdit
- Positioning the caret in a line in a Memo or RichEdit
- What's the word under the mouse cursor in a TRichEdit
- How to place a TCheckBox inside a TRichEdit


No comments yet. Leave a Comment