RAD Studio
ContentsIndex
PreviousUpNext
WebSnap Procedures

This section provides how-to information on developing WebSnap applications. 

Please note that WebSnap is being deprecated in RAD Studio. Although WebSnap is still documented in the online help, the WebSnap product is no longer fully supported. As an alternative, you should begin using IntraWeb (VCL for the Web). IntraWeb is documented in this online help. For more documentation on VCL for the Web, go to http://www.atozed.com/intraweb/docs/.

Name 
Description 
The following procedure describes the generic steps required to build a simple WebSnap project. For more advanced topics, refer to related information following the procedure.
Building a WebSnap application consists of five major steps:
  1. Create an WebSnap project.
  2. Change included components (optional).
  3. Set page options (optional)
  4. Create additional WebSnap pages.
  5. Run the application.
Note: WebSnap is being deprecated in RAD Studio. Although WebSnap is still documented in the online help, the WebSnap product is no longer fully supported. As an alternative, you should begin using IntraWeb (VCL for the Web). IntraWeb is documented in this online help. For more documentation... more 
Though simple, the WebSnap "Hello world" application demonstrates the essential steps for creating an WebSnap application.
Building the WebSnap "Hello world" application consists of five major steps:
  1. Create a WebSnap project.
  2. Accept the default included components.
  3. Set the page title in the page options.
  4. Modify the HTML template.
  5. Run the application.
 
This topic describes the essential tasks for debugging a WebSnap application using the Web Application Debugger. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!