API:FMX.Grid.TTimeColumn
Delphi
TTimeColumn = class(TDateColumn)
C++
class PASCALIMPLEMENTATION TTimeColumn : public TDateColumn
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.
FMX.Grid.TTimeColumn inherits from FMX.Grid.TDateColumn. All content below this line refers to FMX.Grid.TDateColumn.
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.