In the Delphi approach to Object Oriented Programming, everything revolves around the concept of 'Classes'. A class can be seen as a pointer to an object, or a pointer to a record.
In order to use objects, it is necessary to put the objpas unit in the uses clause of your unit or program. This unit contains the basic definitions of TObject and TClass, as well as some auxiliary methods for using classes.