FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayDate
Delphi
property FmtDisplayDate: String read GetFmtDisplayDate
C++
__property System::UnicodeString FmtDisplayDate = {read=GetFmtDisplayDate, write=SetFmtDisplayDate, stored=IsFDDS};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDFormatOptions |
Description
Specifies the display format for ftDate fields.
Use the FmtDisplayDate property to specify the DisplayFormat property for TDateField/ftDate dataset fields.
The option will be applied only to default fields or to persistent fields at create time only. For format details, see DisplayFormat.