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