API:FMX.DateTimeCtrls.TDateEdit.DateFormatKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DateFormatKind: TDTFormatKind read GetFormatKind write SetFormatKind default 0;

C++

__property DateFormatKind = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TDateEdit

Description

Specifies the date format.

FMX.DateTimeCtrls.TDateEdit.DateFormatKind inherits from FMX.DateTimeCtrls.TCustomDateEdit.DateFormatKind. All content below this line refers to FMX.DateTimeCtrls.TCustomDateEdit.DateFormatKind.

Specifies the date format.

The DateFormatKind property can take the following values of the TDTFormatKind type:

  • Short (default): specifies a short date, such as 1/27/2014.
  • Long: specifies a long date (day of week, month date, year), such as Monday, January 27, 2014.

See Also