New parameter in RVSetSelection method
New parameter in RVSetSelection method
Hello, In the TRichView v17.6, The RVSetSelection function has CharsPerLineBreak parameter. What is this parameter?
-
- Site Admin
- Posts: 17554
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: New parameter in RVSetSelection method
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).
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).
-
- Site Admin
- Posts: 17554
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: New parameter in RVSetSelection method
I updated information in the online manual: https://www.trichview.com/help/idh_rvlinear.html