修改方法: 打開{Programe Files}Developer Express IncExpressInplaceEditorsDelphi 5SourcedxGrDate.pas,查找 S := {$IFDEF DELPHI3}WideString{$ENDIF}(ShortDayNames[J])[1], 然后修改為 S := {$IFDEF DELPHI3}WideString{$ENDIF}(ShortDayNames[J])[3]。 重新編譯dxGrDate.pas(你可以把dxGrDate.pas加到一個Project中,重新編譯你的Project,dxGrDate.pas就會重新編譯),然后把相關的dxGrDate.Dcu復制到../LIB下。 問題就會解決了。 附: ShortDayNames 的英文說明。 ShortDayNames - Array of strings containing short day names. The ddd format specifier in a format string passed to FormatDate causes a short day name to be substituted. The default values are fecthed from the LOCALE_SABBREVDAYNAME system locale entries.