mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 16:49:22 +02:00
* Const string args
This commit is contained in:
parent
e998fe474a
commit
e1637a739f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user