FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FmtDisplayTime: String read GetFmtDisplayTime  write SetFmtDisplayTime stored IsFDTS;

C++

__property System::UnicodeString FmtDisplayTime = {read=GetFmtDisplayTime, write=SetFmtDisplayTime, stored=IsFDTS};

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 ftTime fields.

Use the FmtDisplayTime property to specify the DisplayFormat property for TTimeField/ftTime dataset fields. 

The option will be applied only to default fields or to persistent fields at create time only. For format details, see DisplayFormat.

See Also