Page 1 of 1
can i set TAB width in RichViewEdit?
Posted: Sat Apr 01, 2006 5:12 am
by OldHawk
1,can i set TAB char width in RichViewEdit?
2,i want to addNL with CR or LF, what cai i do?
Posted: Sat Apr 01, 2006 11:51 am
by Sergey Tkachenko
You cannot define tab width, but you can define tab positions.
See
1) TRVStyle.DefTabWidth,
2) Each paragraph may have each own tab positions: TRVStyle.ParaStyles.Tabs collection
Posted: Sat Apr 01, 2006 10:06 pm
by Sergey Tkachenko
For adding text with CR+LF, use AddTextNL
Posted: Sun Apr 02, 2006 6:19 am
by OldHawk
but i don`t want to begin a new line,maby is append some text and with CR+LF.
Posted: Sun Apr 02, 2006 9:18 am
by Sergey Tkachenko
Rules are the same, if ParaNo parameter =-1, text is added to the same line.