Jump to content

Delphi programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dybdahl (talk | contribs) at 06:09, 23 July 2006 (Moved rubbish start paragraphs to the Object Pascal article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Programming language and toolkit

The main distinguishing features of Delphi and Kylix from other IDEs are the Delphi language, the VCL/CLX (Visual Component Library), strong emphasis on database connectivity, and a large number of third party components.

  • delegation of interface implementation to a field or property of the class
  • implementation of message handlers by tagging a method of a class with the integer constant of the message to handle
  • COM independent interfaces with reference counted class implementations
  • can be compiled into native x86 code or managed .NET code

Documentation

Delphi Developer documentation from Borland:

More from Delphi Developer Support section (FTP archives).

See also