FireDAC.Comp.BatchMove.Text.TFDTextFormatSettingsValue

From RAD Studio API Documentation

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
Unit: FireDAC.Comp.BatchMove.Text
Parent: FireDAC.Comp.BatchMove.Text

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 };

Description

Provides a way to configure specific attributes and text-related settings, used when reading from or writing to text files.


See Also