Page 1 of 1

New parameter in RVSetSelection method

Posted: Wed Feb 13, 2019 4:10 am
by saeid2016
Hello, In the TRichView v17.6, The RVSetSelection function has CharsPerLineBreak parameter. What is this parameter?

Re: New parameter in RVSetSelection method

Posted: Wed Feb 13, 2019 6:36 am
by Sergey Tkachenko
This parameter can be of one of the following values:
2: two characters per a line break, #13#10
1: one character per a line break, #13
0: zero characters per a line break, the result is a string without line breaks
-1 (default): use the value of the global variable RVCharsPerLineBreak (which, it its order, may be equal to 0, 1 or 2, the initial value is 2).

Re: New parameter in RVSetSelection method

Posted: Wed Feb 13, 2019 8:40 am
by Sergey Tkachenko
I updated information in the online manual: https://www.trichview.com/help/idh_rvlinear.html