FMX.Grid.Style.TStyledGrid.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Columns[const Index: Integer]: TColumn read GetColumns;

C++

__property Fmx::Grid::TColumn* Columns[const int Index] = {read=GetColumns};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Columns of the grid.

See Also