Update uPSUtils.pas
This commit is contained in:
parent
c2537de286
commit
9c79114c84
@ -998,9 +998,10 @@ end;
|
||||
|
||||
procedure TPSStringList.Clear;
|
||||
begin
|
||||
while List.Count > 0 do Delete(0);
|
||||
while List.Count > 0 do Delete(Pred(List.Count));
|
||||
end;
|
||||
|
||||
|
||||
constructor TPSStringList.Create;
|
||||
begin
|
||||
inherited Create;
|
||||
|
Loading…
Reference in New Issue
Block a user