FMX.Grid.TCustomGrid.Columns
Delphi
property Columns[Index: Integer]: TColumn read GetColumn;
C++
__property TColumn* Columns[int Index] = {read=GetColumn};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
説明
このグリッドの指定された列へのアクセスを提供します。
Columns プロパティを使用すると、このグリッドの指定された列へのアクセスを取得することができます。Index パラメータは、アクセスしたいグリッドの列のインデックスを示します。