TSRichViewEdit.OnRVMouseDown

<< Click to display table of contents >>

TSRichViewEdit.OnRVMouseDown

Occurs when the user presses a mouse button with the mouse pointer over the control.

property OnRVMouseDown : TRVMouseEvent;

X and Y parameters in this events are coordinates relative to RichViewEdit. If you need coordinates of this TSRichViewEdit control, use OnMouseDown event.

See the event of the same name in the TRichView help file (event of TCustomRichView).

See also:

ConvertRVToSRV

OnRVMouseUp