FMX.Grid.TCustomGrid.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property TColumn* Columns[int Index] = {read=GetColumns};

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 the specific Index column of this grid.

See Also