FireDAC.Comp.BatchMove.Text.TFDTextFormatSettingsValue
Delphi
TFDTextFormatSettingsValue = (
fsCurrencyFormat, fsNegCurrFormat, fsThousandSeparator, fsDecimalSeparator,
fsCurrencyDecimals, fsDateSeparator, fsTimeSeparator, fsCurrencyString,
fsShortDateFormat, fsTimeAMString, fsTimePMString, fsShortTimeFormat,
fsTwoDigitYearCenturyWindow);
C++
enum DECLSPEC_DENUM TFDTextFormatSettingsValue : unsigned int { fsCurrencyFormat, fsNegCurrFormat, fsThousandSeparator, fsDecimalSeparator, fsCurrencyDecimals, fsDateSeparator, fsTimeSeparator, fsCurrencyString, fsShortDateFormat, fsTimeAMString, fsTimePMString, fsShortTimeFormat, fsTwoDigitYearCenturyWindow };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp |
FireDAC.Comp.BatchMove.Text | FireDAC.Comp.BatchMove.Text |
Description
Provides a way to configure specific attributes and text-related settings, used when reading from or writing to text files.