Difference between revisions of "Object Pascal"

From Lazarus wiki
Jump to navigationJump to search
m (→‎See also: Updated for page name changes)
Line 31: Line 31:
  
 
== See also ==
 
== See also ==
* Tao Yue's [[Object Pascal Tutorial]]
+
* Tao Yue's [[Basic Pascal Tutorial]]
* [[Object Pascal History]]
+
* [[Pascal History]]
 
* [[Object Oriented Programming with Free Pascal and Lazarus]]
 
* [[Object Oriented Programming with Free Pascal and Lazarus]]
  
 
[[Category: Pascal]]
 
[[Category: Pascal]]

Revision as of 15:15, 28 March 2020

Object Pascal is a collective term for Pascal dialects that have features which allow object-oriented programming (OOP). 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 IDEs, compilers and dialects supporting Object Pascal:

Free Pascal modes for Object Pascal

The following modes support development with Object Pascal syntax with Free Pascal:

See also