[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert mouse coordinates to the position of a cell in the grid
Source position: grids.pas line 1281
public function TCustomGrid.MouseToCell( |
const Mouse: TPoint |
):TPoint; overload; |
X: Integer; |
Y: Integer; |
var ACol: LongInt; |
var ARow: LongInt |
); overload; |
lazarus-ccr.sourceforge.net |