FMX.Grid.TCustomGrid.CellByPoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


Description

Remplit ACol et ARow avec les numéros de colonne et de ligne qui identifient la cellule située aux coordonnées X et Y spécifiées et renvoie True en cas de réussite ou False dans le cas contraire.

Voir aussi