Add property "Name" for each item

Is it possible to add the property Name for each "Item" created. And add the function like in Advcolumngrid ColumnByName['cId_Data'] in order to reach information from this item in place of like this :
for i := 0 to xx.panel.count - 1
do begin
for j := 0 to xx.panel[i].tems.count - 1
do begin
if xx.panel[i].tems[j]. tag = zz then // I use tag in my case
....
end
end

This feature was implemented.