API:FMX.Grid.Style.TStyledGrid.CellByPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CellByPoint(const X, Y: Single; var ACol, ARow: Integer);

C++

void __fastcall CellByPoint(const float X, const float Y, int &ACol, int &ARow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Embarcadero Technologies does not currently have any additional information.