FMX.Grid.TGridValues.Cells

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

Delphi

property Cells[const ACol, ARow: Integer]: TValue read GetCells write SetCells; default;

C++

__property System::Rtti::TValue Cells[const int ACol][const int ARow] = {read=GetCells, write=SetCells/*, default*/};

プロパティ

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


説明

グリッドのセルので、それらのグリッド座標によってアクセスできます(列番号と行番号の組み合わせ)。