BFC_SysFormats

Description

With this component you have the possibility to change the system settings of windows but just for the scope of your program.

Properties

ThousandSeperator   Declaration
property ThousandSeperator: Char;

Description
Character that will be used as ThousandSeperator

DecimalSeperator   Declaration
property DecimalSeperator: Char;

Description
Character that will be used as DecimalSeperator

CurrencyDecimals   Declaration
property CurrencyDecimals: Byte;

Description
Indicates the number of decimals that will be used by windows for the selected CurrencyString

CurrencyString   Declaration
property CurrencyString: String;

Description
String that will be used by windows to represent the currency used in currencyvalues.

TimeSeperator   Declaration
property TimeSeperator: Char;

Description
Character that will be used as TimeSeperator

DateSeperator   Declaration
property DateSeperator: String;

Description
Character that will be used as DateSeperator

LongDateFormat   Declaration
property LongDateFormat: String;

Description
String that will be used for formatting the date-values in LongDateFormat

ShortDateFormat   Declaration
property ShortDateFormat: String;

Description
String that will be used for formatting the date-values in ShortDateFormat

LongTimeFormat   Declaration
property LongTimeFormat: String;

Description
String that will be used for formatting the date-values in LongTimeFormat

ShortTimeFormat   Declaration
property ShortTimeFormat: String;

Description
String that will be used for formatting the date-values in ShortTimeFormat

TimeAMString   Declaration
property TimeAMString: String;

Description
String used to format 'AM'-time-values with 12-hour notations

TimePMString   Declaration
property TimePMString: String;

Description
String used to format 'PM'-time-values with 12-hour notations

ShortMonthNames   Declaration
property ShortMonthNames: TStrings;

Description
TStrings which contain the values of the months in short-notation.

ShortDayNames   Declaration
property ShortDayNames: TStrings;

Description
TStrings which contain the values of the days in short-notation.

LongMonthNames   Declaration
property LongMonthNames: TStrings;

Description
TStrings which contain the values of the months in long-notation.

LongDayNames   Declaration
property LongDayNames: TStrings;

Description
TStrings which contain the values of the days in short-notation.

Methods

None

Events

None