Search found 9 matches
- Tue Mar 04, 2008 10:55 am
- Forum: Support
- Topic: LiveSpelling problem
- Replies: 13
- Views: 33855
- Thu Feb 14, 2008 1:24 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Thu Feb 14, 2008 1:08 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Thu Feb 14, 2008 9:42 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Wed Feb 13, 2008 9:54 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Tue Feb 12, 2008 12:28 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Fri Feb 08, 2008 3:59 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
- Fri Feb 08, 2008 8:44 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
You did not understand. Current code is FNativeTextStyleId := Style.TextStyles.Count; Style.TextStyles.Add.Protection := [rvprDeleteProtect, rvprModifyProtect]; FTranslationTextStyleId := Style.TextStyles.Count; Style.TextStyles.Add.Protection := [rvprParaStartProtect]; FNativeTextStyleId is for odd ...
- Thu Feb 07, 2008 3:24 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 31946
How to protect paragraph against deletion?
I have several rows with paired text, for example: 1 one 2 two I must allow user to delete e.g. text "one" but not to delete paragraph, so that an empty paragraph should remain. How to do that? Current protection that I use FNativeParaStyleId := Style.ParaStyles.Count; Style.ParaStyles.Add ...