next up previous contents index
Next: Class definitions Up: Supported Pascal language constructs Previous: Objects

Classes

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.





Michael Van Canneyt
Thu Sep 10 14:02:43 CEST 1998