TsRichEdit WordWrap Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 7, 2016 at 9:13 pm #37042 Stephane SenecalParticipant When changing WordWrap property at runtime, it loses formating of the rich text. Stephane Senecal CIS Group Delphi programmer since 2001 July 10, 2016 at 10:15 am #55283 SupportKeymaster If WordWrap property is changed then control is recreated and Font property is reassigned if AlphaSkins activated. I can suggest to use the sRichEdit1.SkinData.CustomFont property. Just change it to True and font will not be changed by AlphaSkins engine. You can do something like this, also: Quote: RichEdit1.SkinData.CustomFont := True; RichEdit1.WordWrap := not RichEdit1.WordWrap; RichEdit1.SkinData.CustomFont := False; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting