FMX.Grid.TDateColumn.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: string read FFormat write SetFormat stored IsFormatStored;

C++

__property System::UnicodeString Format = {read=FFormat, write=SetFormat, stored=IsFormatStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TDateColumn

Description

Defines the format of date values in cells of the current TDateColumn.

If Format is empty, then the current default format is used.

For information about the supported formats, see FormatDateTime.

See Also