FMX.Grid.TCustomGrid.ColumnByPoint
Delphi
function ColumnByPoint(const X, Y: Single): TColumn;
C++
TColumn* __fastcall ColumnByPoint(const float X, const float Y);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Returns the column at the given left and top coordinates.
If the column does not exist, ColumnByPoint returns nil.