Duplicated GUID present in DCL_intf.pas unit.
IIntfArray = interface(IIntfList)
['{B055B427-7817-43FC-97D4-AD1845643D63}']
property Items[Index: Integer]: IInterface read
GetObject write SetObject; default;
end;
IStrArray = interface(IStrList)
['{B055B427-7817-43FC-97D4-AD1845643D63}']
property Items[Index: Integer]: string read
GetString write SetString; default;.
2006-04-12 00:44:43 UTC in The Delphi Container Library