Hi,
How to add words without word breaking for hard space #160?
I use procedures: IERichEdit.AddFormattedText('This'#160'is'#160'a'#160'testThis'#160'is'#160'a'#160'test ' ... IERichEdit.AddFormattedText('This'#160'is'#160'a'#160'testThis'#160'is'#160'a'#160'test ' ... IERichEdit.PaintTo > TIEBitmap
Result: |This is a testThis is a test This is a | |test This is a test |
I would like: |This is a testThis is a test | |This is a testThis is a test |
Best Regards Piotr |