TdxRichEditControlBase.OnSelectionChanged Event
Occurs in response to changing a selection within a document opened in the Rich Edit control.
Declaration
property OnSelectionChanged: TNotifyEvent read; write;
Remarks
Handle this event to perform a specific set of actions in response to end-user selection of the text within a document.
See Also