FireDAC.Stan.Option.TFDFormatOptions.FmtEditNumeric
Delphi
property FmtEditNumeric: String read GetFmtEditNumeric
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 を参照してください。