TCustomRichView.OnSelect

<< Click to display table of contents >>

TCustomRichView.OnSelect

Occurs when selection in the document was changed (not contents, but bounds)

property OnSelect:TNotifyEvent;

Changes in selection can occur when the user changes the selection using the mouse or keyboard, or when the selection is changed with the methods:

▪SelectAll;

▪Deselect;

▪SetSelectionBounds;

▪(and sometimes SelectionExists).

 

See also:

▪Selection in RichView.