I have a tree data structure, and need to connect each node to the properties of objects of many different classes. I should make the connection with pointers. I know there is RTTI in Delphi, but how do I deal with this problem in FPC/Lazarus? :?

Thanks!
-Marco