API:FMX.Grid.TTimeColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TDateColumnFMX.Grid.TColumnFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTimeColumn

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.

See Also