FMX.Grid.TDateColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TColumnFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDateColumn

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.

See Also