RAD Studio
ContentsIndex
PreviousUpNext
Creating a New VCL for the Web Application

The first step in the process of creating the demo program is to create a new VCL for the Web 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. VCL for the Web will set the new project's name to match that of the directory.
  2. Choose FileNewOther, then 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 FileSave As and locate your new Hello directory in the dialog box. Then click OK.
You have just created your VCL for the Web 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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!