Quote Originally Posted by Brainer
Quote Originally Posted by chronozphere
huh?... i've never seen that before.
Are objects like records/structs or more like classes? What are the differences? :?
Objects are obsolete and shouldn't be used anymore. Well, the difference between records and objects is that objects can have methods, while records cannot. That's all.
That's why I use Objects. They must not be removed from Pascal, they have to be there because of backwards compat.