Search found 9 matches
- Tue Mar 04, 2008 10:55 am
- Forum: Support
- Topic: LiveSpelling problem
- Replies: 13
- Views: 36550
- Thu Feb 14, 2008 1:24 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Thu Feb 14, 2008 1:08 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Thu Feb 14, 2008 9:42 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Wed Feb 13, 2008 9:54 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Tue Feb 12, 2008 12:28 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Fri Feb 08, 2008 3:59 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Fri Feb 08, 2008 8:44 am
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
- Thu Feb 07, 2008 3:24 pm
- Forum: Support
- Topic: How to protect paragraph against deletion?
- Replies: 13
- Views: 34227
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 ...
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 ...