Double underline text

  • Hello,
    I have tried to use the following code to doubleunderline specific text - but as far as I can see it is only possible to single underline text. So how to doubleunderline text? How can this be done?

    Code
    Wp.InputString('Sum:');
        Wp.InputString(#9#9#9#9);
        wp.CurrAttr.Style := [afsUnderline];
        Wp.InputString('Double underline');
        wp.CurrAttr.Style := [];
        Wp.InputString(#13);

    thanks in advance,
    Michael