首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

richedit内的文字属性设了protected=true后不能编辑,如何才能恢复到可编辑状态

2012-04-21 
richedit内的文字属性设了protectedtrue后不能编辑,怎么才能恢复到可编辑状态?richedit内的文字属性设了p

richedit内的文字属性设了protected=true后不能编辑,怎么才能恢复到可编辑状态?
richedit内的文字属性设了protected=true后不能编辑,怎么才能恢复到可编辑状态?也就是怎么才经去掉protected=true属性?

[解决办法]
RichEdit的OnProtectChange事件中
根据情况AllowChange=true或AllowChange=false;

热点排行