FMX.Grid.TCustomGrid.Columns
Delphi
property Columns[Index: Integer]: TColumn read GetColumn;
C++
__property TColumn* Columns[int Index] = {read=GetColumn};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Provides access to a specific column of this grid.
Use the Columns property to gain access to a specific column of this grid. The Index
parameter specifies the index of this grid's column that you want to access.