JVCL Help:TJvTextAttributes.Protected

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the text represented by the TJvTextAttributes object is protected.


Pascal

 propertyProtected: Boolean;


Description

Protected text can’t be changed by the user. When the user attempts to edit a selection that includes protected text, the rich edit control calls the OnProtectChangeEx event handler. The OnProtectChangeEx event handler can then permit or disallow the editing of the protected text. If there is no OnProtectChange or OnProtectChangeEx event handler, protected text is read-only.


See Also

TJvCustomRichEdit.OnProtectChange, TJvCustomRichEdit.OnProtectChangeEx, TJvTextAttributes.ConsistentAttributes, TJvTextAttributes.Disabled, TJvTextAttributes.Hidden, TJvTextAttributes.Link, TJvTextAttributes.Style


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page