<< Click to display table of contents >> TSRichViewEdit.OnCaretMove, OnCaretMoving |
The events occur when the caret is moved to the another position within the document (TCustomRichViewEdit(Sender)).
property OnCaretMove: TNotifyEvent;
property OnCaretMoving: TNotifyEvent;
OnCaretMoving occurs before TSRichViewEdit processes a caret movement (and scrolls to move the caret visible).
OnCaretMove occurs after that.
See "OnCaretMove" in the TRichView help file (event of TCustomRichViewEdit).