Thema: Delphi Record als Const?

Einzelnen Beitrag anzeigen

Benutzerbild von Kedariodakon
Kedariodakon

Registriert seit: 10. Sep 2004
Ort: Mönchengladbach
833 Beiträge
 
Delphi 7 Enterprise
 
#4

Re: Record als Const?

  Alt 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
  Mit Zitat antworten Zitat