TABS TRichViewEdit V1.9.23.1
Posted: Sat Apr 29, 2006 11:58 am
Hi,
how can I add tabs while runtime. I have to set 4 tabs.
This is the first.
But there is an item maximum error.
Please help, thanks
regards
Christoph
how can I add tabs while runtime. I have to set 4 tabs.
This is the first.
Code: Select all
RVStyle1.ParaStyles[0].Tabs[0].Align := rvtaLeft;
RVStyle1.ParaStyles[0].Tabs[0].Leader := '.';
RVStyle1.ParaStyles[0].Tabs[0].position := 60;
topedit.ApplyParaStyle(0);
Please help, thanks
regards
Christoph