Search found 3 matches

by philip
Fri Jul 30, 2010 4:22 pm
Forum: Support
Topic: SelectCurrenParagraph?
Replies: 2
Views: 8489

Hi, Ok I writted this and it works, but if the paragraph is in a table cell, then the whole table is selected, and I don't understand why. procedure WPSelectParagraph(RV: TCustomRichViewEdit); var iFirst, iLast, i: integer; begin iFirst := RV.CurItemNo; for i := iFirst to RV.ItemCount - 1 do begin ...
by philip
Fri Jul 30, 2010 2:27 pm
Forum: Support
Topic: SelectCurrenParagraph?
Replies: 2
Views: 8489

SelectCurrenParagraph?

Hi,

There are SelectCurrentLine and SelectCurrentWord. Why not a SelectCurrentParagraph?. Or ... how can I do that?

Thank you.

Philip.
by philip
Fri Jun 11, 2010 1:27 pm
Forum: Support
Topic: Toggle insert/override mode
Replies: 1
Views: 6792

Toggle insert/override mode

Hi;

How do I change Insert/Override mode by pressing VK_INSERT?.

Thank you,

Philip.