FMX.Grid.TColumn.CellControlByRow

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

Delphi

function CellControlByRow(Row: Integer): TStyledControl;

C++

Fmx::Controls::TStyledControl* __fastcall CellControlByRow(int Row);

プロパティ

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

説明

その列の、指定された行にあるセルを返します。

最初のセルのインデックスは 0、2 番目のセルは 1 のようになります。

関連項目