Search found 169 matches

by Jim Knopf
Mon Jan 27, 2014 2:08 pm
Forum: Support
Topic: How to set paragraph style for bullet & numbering list?
Replies: 8
Views: 22413

How to set paragraph style for bullet & numbering list?

How can I assign a paragraph style to a bullet list or numbered list?
Or: how can I change the space before, space after, line spacing for such a list?
by Jim Knopf
Sun Jan 05, 2014 9:01 pm
Forum: Support
Topic: Calling GetStyleCodePage in OnSpellingCheck event
Replies: 6
Views: 21075

Thread without synchronize

Hi, had problems with OnSpellingCheck: original method: Misspelled := not RVHunSpell1.Spell(GetUnicode(AWord, StyleNo)); I had to expand the method for a check if the word is to be found in a 'project dictionary'. Misspelled := not RVHunSpell1.Spell(GetUnicode(AWord, StyleNo)); if Misspelled then Mi...
by Jim Knopf
Thu Jan 02, 2014 9:30 am
Forum: Support
Topic: Word at caret position
Replies: 2
Views: 11423

Oh, very cool collection!

Thanks
by Jim Knopf
Tue Dec 31, 2013 2:20 pm
Forum: Support
Topic: Word at caret position
Replies: 2
Views: 11423

Word at caret position

Hi,

how can I retrieve the current word at the caret position? Something like SelectCurrentWord but no selection instead of it the word as result of a function.

e.g.

Code: Select all

AString := rve.GetCurrentWord;