* Const string args

This commit is contained in:
michael 2020-12-11 21:35:25 +00:00
parent e998fe474a
commit e1637a739f

View File

@ -87,7 +87,7 @@ type
TwoDigitYearCenturyWindow: Word;
public
Type
TLocaleInitCallback = Procedure(aLocale : String; aInstance : TFormatSettings);
TLocaleInitCallback = Procedure(const aLocale : String; aInstance : TFormatSettings);
class var InitLocaleHandler : TLocaleInitCallback;
class function Create: TFormatSettings; overload; static;
class function Create(const ALocale: string): TFormatSettings; overload; static;