Subj : List problem To : borland.public.cpp.borlandcpp From : Sascha Hierold Date : Sat Jan 15 2005 08:25 pm Hi, I wrote my own class Vokabel (this should store the unknown word, etc). My second class named VokabelList and should store some of instance“s of the class Vokabel. At the time I use a TObjectList as Saveing-List for the objects. But if I use the Items property and a function from the Vokabel class, i get a error. Typecasting from TObject to Vokabel is not working. Can anybody help me? I should want save some of objects from my own classes in a list which I can iterate and work with the methods of the objects i stored in the list. Ciao Sascha .