tabs lists

General TRichView support forum. Please post your questions here
Post Reply
Crowbar
Posts: 82
Joined: Wed Oct 11, 2006 8:54 pm
Location: Germany

tabs lists

Post by Crowbar »

Hi,
how I can list all tabs (-postions) into my RichViewEdit (example list in a TListBox).

I have in my RichViewEdit the TRVRuler to set my tabs.

Crowbar
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Each paragraph may have its own list of tab positions.
For the current paragraph (containing the caret), it is
RVStyle1.ParaStyles[RichViewEdit1.CurParaStyleNo].Tabs
Post Reply