FMX.Grid.TCustomGrid.ColumnCount

提供:RAD Studio API Documentation

Delphi

property ColumnCount: Integer read GetColumnCount;

C++

__property int ColumnCount = {read=GetColumnCount, nodefault};

プロパティ

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


説明

グリッド内の列の数を示します。

ColumnCount を読み込むと、Columns 配列内の項目数を判別することができます。

関連項目