FMX.Grid.TCustomGrid.CellByPoint

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


説明

ACol および ARow を、指定された X および Y の座標にあるセルを識別する列番号および行番号で設定し、成功した場合には True を、そうでなければ False を返します。

関連項目