FMX.Grid.TCustomGrid.ColumnByPoint
Delphi
function ColumnByPoint(const X, Y: Single): TColumn;
C++
TColumn* __fastcall ColumnByPoint(const float X, const float Y);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
説明
指定された左上座標にある列を返します。
列が存在しない場合、ColumnByPoint は nil を返します。