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
|
||||
Result := False;
|
||||
for I := low(AAttributes) to high(AAttributes) do
|
||||
if (AAttributes[I] = AName) then
|
||||
if AnsiSameText(AAttributes[I], AName) then
|
||||
Exit(True);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user