mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 16:58:10 +02:00
rtl: fixed sysutils
This commit is contained in:
parent
1bf007ef13
commit
4d995df2f7
@ -5310,7 +5310,7 @@ end;
|
||||
|
||||
class function TStringHelper.IsNullOrWhiteSpace(const AValue: string): Boolean;
|
||||
begin
|
||||
Result:=system.Length(Trim(AValue))=0;
|
||||
Result:=system.Length(sysutils.Trim(AValue))=0;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user