Contents
- Index
- Previous
- Next
OnMouseUp event
Applies to
TProfGrid component
Declaration
property OnMouseUp: TMouseEvent;
Description
Occurs when the user releases a mouse button that was pressed with the mouse pointer over the grid.
Use an OnMouseUp event handler to implement special processing when the user releases a mouse button. The OnMouseUp event handler can respond to left, right, or center mouse button presses and shift key plus mouse-button combinations.
Use the Shift parameter to determine the state of the shift keys and mouse buttons. The X and Y parameters are the pixel coordinates of the mouse pointer in the client area of the grid control.