mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 16:49:22 +02:00
rtl: removed superfluous UnicodeString
This commit is contained in:
parent
9405cae183
commit
5a1d978516
@ -254,7 +254,7 @@ type
|
||||
|
||||
destructor Destroy; override;
|
||||
|
||||
function GetDeclaredMethods: TRttiMethodArray;
|
||||
function GetDeclaredMethods: TRttiMethodArray; override;
|
||||
function GetDeclaredProperties: TRttiPropertyArray; override;
|
||||
function GetMethod(const aName: String): TRttiMethod; override;
|
||||
function GetMethods: TRttiMethodArray; override;
|
||||
@ -323,7 +323,7 @@ type
|
||||
property EnumerationTypeInfo: TTypeInfoEnum read GetEnumerationTypeInfo;
|
||||
|
||||
function GetNames: TStringArray;
|
||||
generic class function GetName<T>(AValue: T): String;
|
||||
generic class function GetName<T>(AValue: T): String; reintroduce;
|
||||
generic class function GetValue<T>(const AValue: String): T;
|
||||
end;
|
||||
|
||||
|
@ -85,7 +85,6 @@ type
|
||||
NativeLargeInt = NativeInt;
|
||||
NativeLargeUInt = NativeUInt;
|
||||
|
||||
UnicodeString = type String;
|
||||
WideString = type String;
|
||||
WideChar = char;
|
||||
UnicodeChar = char;
|
||||
|
Loading…
Reference in New Issue
Block a user