Search found 1 match

by didierh
Fri Apr 24, 2020 5:14 pm
Forum: Support
Topic: Position cursor programatically
Replies: 2
Views: 13840

Position cursor programatically

Hi
I'm trying to re-position the cursor at the last position after a table edition.

Practically my code is similar to this:


TRVTableItemInfo(Item).InsertColsRight(1);
RVE.Format;

After this the cursor is put just before the table.
I can (before inserting a column) retrieve the current cell ...