Home RAP

Setting the font style

edited September 2002 in RAP
Delphi 5, RB 6.x
I am trying to set the Font.Style to Italic for a variable.
I can set the color, size , ect but have not been able to figure style.

Thanks for any help in advance.
--
Have a great day!

Walt Kersten
Walt@wkersoft.com

Comments

  • edited October 2002
    Hi Walt,

    use
    Font.Italic := True;

    the set type 'Font.Style' is mapped to boolean properties.

    HTH,
    Chris Ueberall;
  • edited October 2002
    Thank you, just looked for this today

    Erich Rieder
    Zurich Switzerland


This discussion has been closed.