FireDAC.Stan.Option.TFDFormatOptions.FmtEditNumeric
Delphi
property FmtEditNumeric: String read GetFmtEditNumeric
C++
__property System::UnicodeString FmtEditNumeric = {read=GetFmtEditNumeric, write=SetFmtEditNumeric, stored=IsFENS};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDFormatOptions |
Description
Specifies the edit format for numeric fields.
Use the FmtEditNumeric property to specify the EditFormat property for TNumericField descendants (ftInteger, ftLongWord, ftSmallint, ftShortint, ftByte, ftLargeint, ftWord, ftAutoInc, ftFloat, ftSingle, ftCurrency, ftExtended, ftBCD, ftFmtBCD) dataset fields.
The option will be applied only to default fields or to persistent fields at create time only. For format details, see EditFormat.