[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the specified mouse button is a mouse down event used in the control.
Source position: grids.pas line 1151
protected function TCustomGrid.MouseButtonAllowed( |
Button: TMouseButton |
):Boolean; virtual; |
Button |
|
TMouseButton value examined in the method. |
True if the specified mouse button is valid for the grid control.
Called from the MouseDown method to ignore Right mouse clicks in the grid control at design-time. This allows the mouse event to be handled as a context menu on the form design surface.
Version 4.0 | Generated 2025-05-03 | Home |