- 将控件 StyledSettings 的勾取消(如此才能自定样式及字型,如果勾选则依 Style 而定)。
- 设定 TextSettings 里的 Font 属性。
使用代码寫法:
CheckBox1.StyledSettings := [];
CheckBox1.Font.Style := [TFontStyle.fsBold, TFontStyle.fsItalic];
使用代码寫法:
CheckBox1.StyledSettings := [];
CheckBox1.Font.Style := [TFontStyle.fsBold, TFontStyle.fsItalic];