API:Vcl.Grids.TCustomDrawGrid.MouseToCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseToCell(X, Y: Integer; var ACol, ARow: Longint);

C++

void __fastcall MouseToCell(int X, int Y, int &ACol, int &ARow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

Embarcadero Technologies does not currently have any additional information.