richedit
Keeping the caret at the end of text in a rich edit
I am writing an editor in Delphi (2009) using a TRichEdit component. The editor is append-only, in the sense that the caret must be at the end at all times, while maintaining the ability to copy using[详细]
2023-01-15 06:46 分类:问答How to get notification on when richedit control has maximum text length
I want to increment the height of my edit control when size of string in richedit control gets maximum means to its width. I have used EN_M开发者_开发问答axText but it is not working in RichEdit contr[详细]
2023-01-14 16:33 分类:问答Get richtext from a richedit in Delphi
Is there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(\'\') ;[详细]
2023-01-14 03:13 分类:问答delphi 7 richedit and romanian language
I\'m trying to write some Romanian text into 开发者_开发知识库a RichEdit component (Delphi 7) , and even i set the Font Property - Charset to \"EASTEUROPE_CHARSET\" it doesn\'t work.[详细]
2023-01-07 20:33 分类:问答How to get text extent of RichEdit in Delphi
Does anyone know how to get the width and height of text in a TRichEdit control, in the same way that you would use TextWidth and TextHeight on a TCanvas?[详细]
2023-01-07 10:09 分类:问答Difficulty with MFC template project in VS2010
I\'m using Visual Studio 2010 to experiment with MFC. I have created a template MFC project by following the wizard. I chose a dialog based app, and unchecked other options like ActiveX controls.[详细]
2023-01-07 02:10 分类:问答What is a "story" in the Text Object Model?
This documentation describes Rich开发者_StackOverflow社区Edit and ITextDocument, which are part of MFC. RichEdit uses TOM, or text object model. The documentation makes repeated reference to \"stories[详细]
2023-01-07 00:19 分类:问答How to disable Drag/drop TRichEdit or TRzRichEdit
How to block the drag and drop in TRichEdit? delphi code I work with Rich edit and having difficulties on blocking the drag and drop feature specially dragging text from out开发者_JAVA技巧side the for[详细]
2023-01-05 13:14 分类:问答RichEdit control: Determine when text is changed?
I\'m trying to count the number of times that text is changed in a given RichEdit control. I considered using even开发者_Python百科ts like key down, but that gets messy when you consider keys that don[详细]
2023-01-02 18:29 分类:问答riched32.dll or riched20.dll sourcode
Is the sourcecode of riched32.dll or riched20.dll available somewhere If not - what could I do if i want to create a richedit textfield开发者_开发问答 that behaves slightly different (like changing t[详细]
2022-12-30 08:25 分类:问答