Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Font Style on a Label

edited April 2002 in General
I am trying to change the font style from
plain to bold on a label via RAP using:

label.font.style := [fsbold];

I get an error message that says ( or [ expected
but found style. The following works:

Label.Font.Color := clRed;

I give up. How do I set the style?

Comments

This discussion has been closed.