How do I pass my application's richtext for editing to the lmdrichpack pop-up dialog like a simplified wordpad/write.exe? In other words, my application needs to do what happens when in the IDE I place a TLMDRichEdit control on the form and double-click it, which opens a ShellForm.LMDRichEdit1 - TLMDRichEdit dialog with menus File | Edit | View | Insert | Format, a toolbar, the LMDRichEdit1 control, and OK/Cancel buttons. I found the form in source/: LMDRTFRichDialogForm.dfm and LMDRTFRichDialogForm.pas used by LMDRTFRichDialog.pas.
Comments