FMX.Grid.TColumn.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Grid: TCustomGrid read FGrid;

C++

__property TCustomGrid* Grid = {read=FGrid};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Returns the grid that contains the column. Call Grid to obtain the grid parent of the current column.

See Also