<< Click to display table of contents >> TSRVMouseEvent Type |
A type for several events of TSRichViewEdit.
Unit SclRView.
TSRVMouseEvent = procedure(Sender: TSRichViewEdit; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer; PageNo : Integer) of object;
X and Y are the pixel coordinates of the mouse pointer in the client area of the Sender.
Shift contains a set of pressed keys. Button identifies a mouse button.
PageNo is a page below the mouse pointer, from 1.