System.SysUtils.TFormatSettings Fields
InheritedProtected
| CurrencyDecimals | public | Specifies the maximum number of digits, after decimal point, for a currency value. |
| CurrencyFormat | public | Specifies the position and separation of the currency symbol. |
| CurrencyString | public | Specifies the local currency symbol. |
| DateSeparator | public | Specifies the character used as date separator. |
| DecimalSeparator | public | Specifies the character used to separate the integer part from the fractional part of a number. |
| EraInfo | public | EraInfo is an array containing all supported eras. |
| ListSeparator | public | Specifies the character used to separate items in a list. |
| LongDateFormat | public | Specifies the long format string used to represent a date value as a string. |
| LongDayNames | public | LongDayNames is the array of strings containing long day names. |
| LongMonthNames | public | LongMonthNames is the array of strings containing long month names. |
| LongTimeFormat | public | Specifies the long format string used to represent a time value as a string. |
| NegCurrFormat | public | Specifies the format of a floating-point currency value, including currency symbol position. |
| NormalizedLocaleName | public | Locale name converted from the locale ID that you provide when you create an instance of TFormatSettings. |
| ShortDateFormat | public | Specifies the short format string used to represent a date value as a string. |
| ShortDayNames | public | ShortDayNames is the array of strings containing short day names. |
| ShortMonthNames | public | ShortMonthNames is the array of strings containing short month names. |
| ShortTimeFormat | public | Specifies the short format string used to represent a time value as a string. |
| ThousandSeparator | public | Specifies the character used to separate thousands in numbers with more than three digits to the left of the decimal separator. |
| TimeAMString | public | TimeAMString is the suffix string used for time values in the first 12 hours of the day. |
| TimePMString | public | TimePMString is the suffix string used for time values in the last 12 hours of the day. |
| TimeSeparator | public | Specifies the character used to separate the hour, minute, and second parts of a time value. |
| TwoDigitYearCenturyWindow | public | Used internally to determine the century of two-digit years when string dates are converted to numeric dates. |