Remark: In earlier versions of Free Pascal it was necessary, in order to use classes, to put the objpas unit in the uses clause of a unit or program. This is no longer needed as of version 0.99.12. As of version 0.99.12 the system unit contains the basic de nitions of TObject and TClass, as well as some auxiliary methods for using classes. The objpas unit still exists, and contains some rede nitions of basic types, so they coincide with Delphi types. The unit will be loaded automatically when the -S2 or -Sd options are speci ed.