Creating a New IntraWeb Application

From RAD Studio
Jump to: navigation, search

Go Up to Getting started with IntraWeb Index


The first step in the process of creating the demo program is to create a new IntraWeb project. The project will be a stand alone application, but you can convert it to ISAPI/NSAPI or Apache later by changing two lines of code.

To create the new project:

  1. Using an external tool (such as Microsoft Windows Explorer), create a directory named Hello in your Projects directory. This is where the project files will be stored. IntraWeb will set the new project's name to match that of the directory.
  2. Choose File > New > Other, and select VCL for the Web under either C++Builder Projects or Delphi Projects.
  3. Select the VCL for the Web Application Wizard and click OK.
  4. Select File > Save As and locate your new Hello directory in the dialog box. Then click OK.

You have just created your IntraWeb application in the Hello directory. All of its source code files have already been saved. You are now ready to edit the main form to create the Web user interface for your application.

See Also