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
You can set font styles by enabling them eindividually. ie.
label.font.bold := True;
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com