FMX.Grid.TDateColumn

Delphi
TDateColumn = class(TColumn)
C++
class PASCALIMPLEMENTATION TDateColumn : public TColumn
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FMX.Grid.pas FMX.Grid.hpp | FMX.Grid | FMX.Grid | 
Description
Represents a column in a grid, whose cells use an editor similar to TDateEdit to edit cells in this column.
A really used editor depends on implementation of the styled presentation class of TCustomGrid. For example, see TStyledGrid.