ImageEn, unit iexRichEdit

TIERichEdit.SelAttributes

TIERichEdit.SelAttributes

Declaration

property SelAttributes: TIETextAttributes;

Description

Specifies the attributes of the selection.

Example

// Bold the selected text
IERichEdit1.SelAttributes.Bold := True;

See Also

DefAttributes
WordAttributes
Paragraph