FMX.Grid.TGridModel.Columns
Delphi
property Columns[const Index: Integer]: TColumn read GetColumns;
C++
__property TColumn* Columns[const int Index] = {read=GetColumns};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |