trichview.support
Re: InsertText |
Author |
Message |
Sergey Tkachenko |
Posted: 07/12/2003 10:18:57 InsertText() treats CR or LF or CR+LF as paragraph breaks. Use InsertTextW((WideChar)0x2028, false); 0x2028 is a "line separator" Unicode character. (I tested in Delphi, it works. I hope C++Builder can convert WideChar to WideString automatically like Delphi) > Hi, > > I have still problems with inserting a linebreak with InsertText > > InsertText("\r") inserts a paragraphbreak > > Where is the problem? > > Thanks > > Dirk > > |
Powered by ABC Amber Outlook Express Converter