
0
Fixed
[W521] False positive when using "with Result"
I have a few functions where the result type is a record.
In some of these functions, the following construct is used:
with Result do
begin
Field1 := '';
Field2 := 0;
end;
In this case, Result is indeed assigned to.
In some of these functions, the following construct is used:
with Result do
begin
Field1 := '';
Field2 := 0;
end;
In this case, Result is indeed assigned to.

0
Started
Roman 10 years ago

0
Fixed
Roman 10 years ago
Customer support service by UserEcho