Toolbar SelNextLevel / SelPriorLevel - Indent size setting

  • Delphi 5, WP 5.48

    For Toolbar SelNextLevel / SelPriorLevel buttons: How do I get / set value for how much indent will occur on button click?

    For example, I want SelNextLevel to indent paragraph by 360 twips. However, I don't know how to find out what the current setting is and how to change it. I looked at toolbar properties but did not see anything that will allow setting this value.

    How do I do that?

    Thanks

    JayM

    • Offizieller Beitrag

    Hi,

    this buttons call theis code in WPCtrRich:

    Internally "IncIndent" is executed which adjusts the indent to the next tabstop. So either the current tabstop values or the value of Header.DefaultTabStop is relevant.

    Julian