TXTextControl.FontBold Property

Returns or sets the bold font style. At design time the property determines the style of the complete text. At runtime the property gets or sets the style of the selected text if the FormatSelection property has been set to True. If the FormatSelection property has been set to False the style setting is made for the complete text.

Syntax

TXTextControl.FontBold [= value]
Setting Description
0 Resets the bold font style to normal or indicates that no character is formatted with the bold font style.
1 Sets all characters to the bold font style or indicates that all characters are formatted with the bold font style.
2 Indicates that the selection contains a mix of bold and not bold characters. This value is only possible at runtime and when the FormatSelection property has been set to True.

Data Types

Integer.

See Also