TextEditor.IsBold

Syntax

IsBold: Boolean;

Description

The IsBold property determines if the text is shown in bold font.

Comments

Use the setIsBold method to set the property value and the getIsBold method to get the property value. Property value cannot be set from JSON.

The setIsBold method has the following parameters: value - it determines whether bold font is used, updateControl - it determines whether the component is updated (this is an optional parameter, by default it is set to True).

If the property is set to true bold font is used, otherwise it is not used.

Example

The property use is given in the page with description of the TextEditor.PropertyChanged event.

See also:

TextEditor