Applies to
Declaration
procedure ScrollInView;
Description
The ScrollInView method scrolls the TPlusMemo or TDBPlusMemo so that the caret is visible. Normally when the user moves in the text, the control automatically scrolls to keep the editing place visible. But when you change the caret position from your application, it is possible that it becomes invisible. So you can call ScrollInView right after making an assignment to SelLine, SelCol, SelPar or SelStart if you want to be sure that the editing place is in view.