FMX.Grid.TTimeColumn

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TTimeColumn = class(TDateTimeColumnBase)

C++

class PASCALIMPLEMENTATION TTimeColumn : public TDateTimeColumnBase

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 TTimeEdit 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