Search found 2 matches
- Sat Dec 24, 2022 11:15 am
- Forum: Support
- Topic: Is it possible to click to select and drag-rearrange list items (TRichViewEdit)?
- Replies: 0
- Views: 97083
Is it possible to click to select and drag-rearrange list items (TRichViewEdit)?
Hi Sergey, Using: TRichview v14, Delphi 10.2.3 Tokyo, Windows VCL Forms application I have a TRichViewEdit containing RTF with list items. At present, when I drag and drop list items in order to re-arrange them, this does not work correctly. The behavior being experienced is that the dragged item ...
- Tue Nov 08, 2022 2:24 am
- Forum: Support
- Topic: How to import the checkboxes from a Word or RTF document?
- Replies: 1
- Views: 4188
How to import the checkboxes from a Word or RTF document?
Using: + TDBRichViewEdit v14.2.7 + Delphi 10.2.3 Tokyo I have a RTF document that has text and checkboxes in it. However, when I import the document into a RichViewEdit, the text imports correctly but the checkboxes are lost. This is the code: DBRichViewEdit1.Clear; DBRichViewEdit1.LoadRTF ...