Search code examples
htmldelphi

Can I design Web pages with Delphi?


I have been programming with Delphi for a long time, and I focused on desktop applications. I decided to enter the web-page programming world. How can I have an interface like Delphi but with a scripting environment for web programming? Is there any version of Delphi I can make web pages with?

Can the applications created by IntraWeb can be uploaded as a whole site?


Solution

  • Delphi is focused primarily on developing native applications for Windows (Win32), however there are a couple of alternatives for creating web pages or web applications using Delphi.

    • ISAPI/CGI
    • The IntraWeb components.
    • extpascal (Ext JS wrapper for Object Pascal), check this link for some demos.

    Another option is to use Delphi-prism, you can create ASP.NET, and Silverlight applications using a syntax very similar to Delphi.