Object Pascal
From RemObjects Wiki
This is a Technical Glossary topic
Feel free to add your notes to this topic below.
Object Pascal is an object orientated version of the Pascal language.
Object Pascal isn't exactly a defined standard, but instead is the name used for several languages that implement object orientated Pascal. The first implementation was in Borland Pascal. Other implementations that differ from this include Embarcadero Prism, Delphi and Free Pascal.
Most implementations support both procedural and object oriented Pascal at the same time. Embarcadero Prism supports this as a legacy option.