mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
This commit is contained in:
parent
ec799cf573
commit
1af61e82d7
@ -316,7 +316,7 @@ var
|
|||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
for I := low(AAttributes) to high(AAttributes) do
|
for I := low(AAttributes) to high(AAttributes) do
|
||||||
if (AAttributes[I] = AName) then
|
if AnsiSameText(AAttributes[I], AName) then
|
||||||
Exit(True);
|
Exit(True);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user