Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Setting the font style
rbuser
September 2002
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
rbuser
October 2002
edited October 2002
Hi Walt,
use
Font.Italic := True;
the set type 'Font.Style' is mapped to boolean properties.
HTH,
Chris Ueberall;
rbuser
October 2002
edited October 2002
Thank you, just looked for this today
Erich Rieder
Zurich Switzerland
This discussion has been closed.
Comments
use
Font.Italic := True;
the set type 'Font.Style' is mapped to boolean properties.
HTH,
Chris Ueberall;
Erich Rieder
Zurich Switzerland