FMX.Grid.TCustomGrid.ColumnByPoint

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also