FMX.Grid.ICellControl.Column

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Column: TColumn read GetColumn write SetColumn;

C++

__property TColumn* Column = {read=GetColumn, write=SetColumn};

Properties

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

Description

Represents the column where the object of class implementing the ICellControl interface is located.

See Also