Search found 3 matches

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

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 ...
by philip
Fri Jul 30, 2010 2:27 pm
Forum: Support
Topic: SelectCurrenParagraph?
Replies: 2
Views: 8552

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: 6834

Toggle insert/override mode

Hi;

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

Thank you,

Philip.