| ImageEn, unit iexRichEdit |
|
TIETextAttributes.Bold
Declaration
property Bold: Boolean;
Description
Specify whether the text is bold.
Note: This is an alternative to using
Style
Example
// Make the current text bold
IERichEdit1.SelAttributes.Bold := True;