Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.IsMouseOverCellButton

Indicates if the specified mouse position is over a button cell editor.

Declaration

Source position: grids.pas line 1118

protected function TCustomGrid.IsMouseOverCellButton(

  X: Integer;

  Y: Integer

):Boolean;

Arguments

X

  

Screen coordinates for the mouse pointer.

Y

  

Screen coordinates for the mouse pointer.