UnderlineMode, UnderlineColor

  • How do UndelineMode & UnderlienColor ?
    it's my Code :
    ....
    Finder.FoundAttr.SetColor(clRed); {..has efect}
    Finder.FoundAttr.SetUnderlineMode(WPUND_Doublewave); {no effect}
    Finder.FoundAttr.SetUnderlineColor(clGreen); {no effect}
    ......
    Why does not work ?

    • Offizieller Beitrag

    They were broken inV5.14 but, yes, in WPTools 5.15 they are fully operational:

    This code creates a little demo output. It uses the latest methods to create text and apply properties.