|
|
|
|
|
FontBold (Property) In french: PoliceGras
The FontBold property is used to: - Determine if the text is bold.
- Change the weight of the text.
// Write the text displayed in "STC_StaticControl" in bold STC_StaticControl.FontBold = True
Syntax
Determining if the text displayed in a control is bold Hide the details
<Result> = <Control used>.FontBold
<Result>: Boolean - True if the text is bold,
- False otherwise.
<Control used>: Control name Name of the control to be used.
Applying or removing bold formatting from the text displayed in a control Hide the details
<Control used>.FontBold = <Bold/Not bold>
<Control used>: Control name Name of the control to be used. <Bold/Not bold>: Boolean - True if the text must be displayed in bold,
- False otherwise.
Remarks Limitations In a report, the FontBold property can only be used on: - a Static control.
- a URL Link control.
- a Calculated control.
- a Preset control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|