ImageEn, unit iexRichEdit

TIETextAttributes.Protected

TIETextAttributes.Protected

Declaration

property Protected: Boolean;

Description

Specify whether the text is protected from modification. Protected text cannot be edited or deleted by the user.

Example

// Protect the selected text from editing
IERichEdit1.SelAttributes.Protected := True;