Caret to the end of the text cell

General TRichView support forum. Please post your questions here
Post Reply
williamjames
Posts: 1
Joined: Tue Mar 05, 2024 8:32 am

Caret to the end of the text cell

Post by williamjames »

How can I move a caret in a table cell to the end of the text?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Caret to the end of the text cell

Post by Sergey Tkachenko »

Assuming that the caret is already in the cell,

Code: Select all

RichViewEdit1.TopLevelEditor.MoveCaret(rvcmBottom);
Post Reply