Search found 2 matches

by Shinichiro
Sat Jan 28, 2006 11:13 pm
Forum: Support
Topic: CR+LF TRichEdit to TRichView
Replies: 3
Views: 13966

Yes, I want to modify this function to allow CR+LF in the S parameter.
What should it carry out?
by Shinichiro
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 ...