CodeGear Delphi
CodeGear Delphi is a programming language created in 1995. Delphi is an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, developed by Embarcadero Technologies. It is also an event-driven language. Delphi's compilers use their own Object Pascal dialect of Pascal and generate native code for Microsoft Windows, macOS (IA-32 only), iOS, Android and Linux (x64 only). Read more on Wikipedia...
25Years Old | 20Users | ?Jobs |
- CodeGear Delphi ranks in the top 25% of languages
- the CodeGear Delphi wikipedia page
- CodeGear Delphi first appeared in 1995
- See also: object-pascal, pascal, ia-32, ios, android, linux, turbo-pascal, assembly-language, java, uml, xml, cil, php, visual-basic, oxygene, free-pascal
- Have a question about CodeGear Delphi not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
procedure TForm1.ShowSomethingOnCreate; begin Label1.Text := 'Hello World!'; end;
Last updated August 9th, 2020