Registriert seit: 10. Sep 2004
Ort: Mönchengladbach
833 Beiträge
Delphi 7 Enterprise
|
Re: Record als Const?
13. Jan 2005, 12:26
Schon gefunden ^^
Bin heut zu pöd zum suchen...
Delphi-Quellcode:
Const
MyFS: TFormatSettings = (
CurrencyFormat: 3;
NegCurrFormat: 8;
ThousandSeparator: '.';
DecimalSeparator: ',';
CurrencyDecimals: 2;
DateSeparator: '.';
TimeSeparator: ':';
ListSeparator: ';';
CurrencyString: '';
ShortDateFormat: '';
LongDateFormat: '';
TimeAMString: '';
TimePMString: '';
ShortTimeFormat: '';
LongTimeFormat: '';
ShortMonthNames: ( '', '', '', '', '', '', '', '', '', '', '', '');
LongMonthNames: ( '', '', '', '', '', '', '', '', '', '', '', '');
ShortDayNames: ( '', '', '', '', '', '', '' );
LongDayNames: ( '', '', '', '', '', '', '' );
TwoDigitYearCenturyWindow: 2 );
Bye
Christian
|
|
Zitat
|