Search found 2 matches

by tuukka
Wed Sep 03, 2008 1:44 pm
Forum: Support
Topic: Extending selection
Replies: 1
Views: 7130

Extending selection

Assume that the editor has text/figures consisting of start_item, middle_item1, middle_item2, ..., middle_itemN, end_item. What I need is that whenever any part of any of those item is selected, all of them are selected. (Ideally, I would prefer treating all those items as a single block, but it ...
by tuukka
Wed Aug 27, 2008 11:02 am
Forum: Support
Topic: Adding text with linebreaks
Replies: 1
Views: 7052

Adding text with linebreaks

Hello, it seems troublesome to find the right settings for working with string that contain linebreaks. Basically, I have a number of strings that I want to add to RichViewEdit, for example string1 := #13#10 + 'text begins with linebreak' string2 := 'text with ' + #13#10 + ' linebreak in the middle ...