Yes, I want to modify this function to allow CR+LF in the S parameter.
What should it carry out?
Search found 2 matches
- Sat Jan 28, 2006 11:13 pm
- Forum: Support
- Topic: CR+LF TRichEdit to TRichView
- Replies: 3
- Views: 13966
- Sat Jan 28, 2006 10:22 pm
- Forum: Support
- Topic: CR+LF TRichEdit to TRichView
- Replies: 3
- Views: 13966
CR+LF TRichEdit to TRichView
Please teach a method to CR+LF add TRichView //////////////////////////////////////////////////////////////////////////////////// procedure AddURL(S: String; RV: TRichView; DefStyle, UrlStyle: Integer); var Before, CurrentWord, Space: String; P: Integer; begin Before := ''; if S = '' then begin RV ...