FireDAC.Stan.Option.TFDFormatOptions.FmtEditNumeric

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

Delphi

property FmtEditNumeric: String read GetFmtEditNumeric  write SetFmtEditNumeric stored IsFENS;

C++

__property System::UnicodeString FmtEditNumeric = {read=GetFmtEditNumeric, write=SetFmtEditNumeric, stored=IsFENS};

プロパティ

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

説明

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

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

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

関連項目