FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayNumeric

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

Delphi

property FmtDisplayNumeric: String read GetFmtDisplayNumeric  write SetFmtDisplayNumeric stored IsFDNS;

C++

__property System::UnicodeString FmtDisplayNumeric = {read=GetFmtDisplayNumeric, write=SetFmtDisplayNumeric, stored=IsFDNS};

プロパティ

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

説明

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

FmtDisplayNumeric プロパティを使用すると、TNumericField descendants(ftInteger、ftLongWord、ftSmallint、ftShortint、ftByte、ftLargeint、ftWord、ftAutoInc、ftFloat、ftSingle、ftCurrency、ftExtended、ftBCD、ftFmtBCD)データセット フィールドの DisplayFormat プロパティを示すことができます。

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

関連項目