Difference between revisions of "Object Pascal"

From Lazarus wiki
Jump to navigationJump to search
m
Line 25: Line 25:
 
The following modes support development with Object Pascal syntax with Free Pascal:
 
The following modes support development with Object Pascal syntax with Free Pascal:
 
* [[Mode FPC]]
 
* [[Mode FPC]]
* [[ObjFPC|Mode OBJFPC]]
+
* [[Mode ObjFPC]]
 
* [[Mode TP]]
 
* [[Mode TP]]
 
* [[Mode DELPHI]]
 
* [[Mode DELPHI]]

Revision as of 17:39, 11 October 2015

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 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