PaintRichText
const
EM_SETTYPOGRAPHYOPTIONS = WM_USER + 202;
TO_ADVANCEDTYPOGRAPHY = 1;
SendMessage(RichEdit.Handle, EM_SETTYPOGRAPHYOPTIONS, TO_ADVANCEDTYPOGRAPHY, TO_ADVANCEDTYPOGRAPHY);
Range.chrg.cpMin := SendMessage(RichEdit.Handle, EM_FORMATRANGE, 1, integer(@Range));
BYTCustomRichEdit
With this change you can use JvRichEdit and LMDRichEditTCustomMemo
Return to DELPHI AREA Projects
Users browsing this forum: No registered users and 38 guests