FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FmtDisplayTime: String read GetFmtDisplayTime  write SetFmtDisplayTime stored IsFDTS;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

説明

ftTime フィールドの表示形式を示します。

FmtDisplayTime プロパティを使用すると、TTimeField/ftTime データセット フィールドの DisplayFormat TTimeFieldプロパティを示すことができます。

オプションは、デフォルト フィールドのみ、または作成時のみ永続フィールドに対して適用されます。 形式の詳細については、DisplayFormat を参照してください。

関連項目