System.SysUtils.TFormatSettings Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CurrencyDecimalspublicSpecifies the maximum number of digits, after decimal point, for a currency value.
CurrencyFormatpublicSpecifies the position and separation of the currency symbol.
CurrencyStringpublicSpecifies the local currency symbol.
DateSeparatorpublicSpecifies the character used as date separator.
DecimalSeparatorpublicSpecifies the character used to separate the integer part from the fractional part of a number.
EraInfopublicEraInfo is an array containing all supported eras.
ListSeparatorpublicSpecifies the character used to separate items in a list.
LongDateFormatpublicSpecifies the long format string used to represent a date value as a string.
LongDayNamespublicLongDayNames is the array of strings containing long day names.
LongMonthNamespublicLongMonthNames is the array of strings containing long month names.
LongTimeFormatpublicSpecifies the long format string used to represent a time value as a string.
NegCurrFormatpublicSpecifies the format of a floating-point currency value, including currency symbol position.
NormalizedLocaleNamepublicLocale name converted from the locale ID that you provide when you create an instance of TFormatSettings.
ShortDateFormatpublicSpecifies the short format string used to represent a date value as a string.
ShortDayNamespublicShortDayNames is the array of strings containing short day names.
ShortMonthNamespublicShortMonthNames is the array of strings containing short month names.
ShortTimeFormatpublicSpecifies the short format string used to represent a time value as a string.
ThousandSeparatorpublicSpecifies the character used to separate thousands in numbers with more than three digits to the left of the decimal separator.
TimeAMStringpublicTimeAMString is the suffix string used for time values in the first 12 hours of the day.
TimePMStringpublicTimePMString is the suffix string used for time values in the last 12 hours of the day.
TimeSeparatorpublicSpecifies the character used to separate the hour, minute, and second parts of a time value.
TwoDigitYearCenturyWindowpublicUsed internally to determine the century of two-digit years when string dates are converted to numeric dates.