var
    i:  integer;
begin
for I := 0 to form1.ComponentCount-1 do
 listbox1.items.add(form1.components[i].name)
end;