Difference between revisions of "Object Pascal"

From Lazarus wiki
Jump to navigationJump to search
Line 20: Line 20:
  
 
== See also ==
 
== See also ==
* [[Object Pascal Introduction]]
+
* Tao Yue's [[Object Pascal Tutorial]]
 
* [[Object Pascal History]]
 
* [[Object Pascal History]]
  
 
[[Category: Pascal]]
 
[[Category: Pascal]]

Revision as of 12:38, 31 December 2014

Object Pascal is a collective term for object-oriented Pascal dialects. The first Pascal versions supporting OOP were Clascal and Macintosh Pascal. More modern implementations extend the class model as in Delphi and Free Pascal.

Object Pascal implementations

This is a probably incomplete list of compilers and dialects supporting Object Pascal:

Free Pascal modes for Object Pascal

The following modes support development with Object Pascal syntax:

See also