trichedit
Painting TRichEdit to a canvas
I\'m trying to implement an RTF-capable tool tip window in Delphi XE. To render the rich text, I\'m using an off-screen TRichEdit. I need to do two things:[详细]
2023-04-12 13:15 分类:问答How can I change the color of certain characters in a TRichEdit? [closed]
开发者_如何转开发 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-26 08:24 分类:问答Increase size/limit of TRichEdit?
I am having some issues with the TRichEdit. The first issue is if I try to paste a lot of text from the clipboard into a empty TRichEdit, it truncates the bottom of the text.[详细]
2023-03-07 06:19 分类:问答RichEdit Vertical Text Aligment
How can i align the text in a TRichEdit vertically centered. There is a property for aligning paragaph by horizontal but there isn\'t any property 开发者_C百科for vertical alignment. I use C++ builder[详细]
2023-02-01 20:55 分类:问答Delphi Copy Memo to Richedit problem
I am having a problem copying the contents of a memo to a richedit component. I thought it would be Richedit.text := memo.开发者_StackOverflow中文版text;[详细]
2023-01-27 08:15 分类:问答TRichEdit color problems
ans:= RichEdit1.Text for i:=1 to Length(ans) do begin RichEdit1.SelStart :=i-1; RichEdit1.SelLength:= 1; if ans[i] = correct[i] then[详细]
2023-01-17 14:56 分类:问答Using TRichEdit at runtime without defining a parent
I need to use a TRichEdit at runtime to perform the rtf to text conversion as discussed here. I succeded in doing this but I had to set a dummy form as parent if not I cannot populate the TRichedit.Li[详细]
2023-01-07 10:48 分类:问答Delphi: Center Specific Line in TRichEdit by Scrolling
I have a Delphi 2007 TRichEdit with several lines in it.I want to scroll the richedit vertically such that a specific line number if approximately centered in the visible/display area of the richedit.[详细]
2022-12-30 06:30 分类:问答Delphi TRichEdit Set background shape as rounded edge rectangle
My problem is to set the background shape to something like rounded edge rectangle. The fact that when you put background color on the text on TRichedit, the background shape would be a rectangle, no开[详细]
2022-12-22 07:43 分类:问答delphi TRichEdit Set background color excluding spaces
I found this code over the net. This puts background color to the selected texts on Trichedit: uses RichEdit;[详细]
2022-12-17 13:34 分类:问答