Check out RBAddOn's RichText control. www.bancoems.com\RBAddOn.htm There is a tab stop position editor that where you can specify more than one tab stop position, although there isn't a visual indicator their editor.
You'll need to access the Paragraph property of the TppRichText to set the tab stop positions. The bottom arrow in the native designer allows you to set one tabstop position visually. I was pointing you to the RBAddOn, because you can specify more than one tab stop positions without having to access the paragraph property.
That's OK. I have accessed them through the Paragraph property. Unfortunately nothing happens. I set a TAB[0] := 1000 and the column is in the same position as not having set it at all.
I set the tab after I populate the ppRichText using SelectAll then setting the Tab stop. The ppRichText.RichText contains Tab controls (#9) which I assume will perform the same function as pressing the Tab Key.
Comments
is a tab stop position editor that where you can specify more than one tab
stop position, although there isn't a visual indicator their editor.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Control?
tab stop positions. The bottom arrow in the native designer allows you to
set one tabstop position visually. I was pointing you to the RBAddOn,
because you can specify more than one tab stop positions without having to
access the paragraph property.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Unfortunately nothing happens. I set a TAB[0] := 1000 and the column is in
the same position as not having set it at all.
I set the tab after I populate the ppRichText using SelectAll then setting
the Tab stop. The ppRichText.RichText contains Tab controls (#9) which I
assume will perform the same function as pressing the Tab Key.