Daniele Teti 2023-08-16 17:15:11 +02:00
parent ec799cf573
commit 1af61e82d7

View File

@ -316,7 +316,7 @@ var
begin
Result := False;
for I := low(AAttributes) to high(AAttributes) do
if (AAttributes[I] = AName) then
if AnsiSameText(AAttributes[I], AName) then
Exit(True);
end;