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. 
When you are creating or editing an HTML file, you can use the Tag Editor window, beneath the Form Designer, to edit the HTML tags. If you are using an HTML Form, you can display the Tag Editor in the Designer by selecting ViewTag Editor.
The Tag Editor lets you review and modify HTML tags while viewing the corresponding controls in the Designer window, above it. The Tag Editor allows you to use the Code Completion, Error Insight, and Live Template Completion features that are also available in the Code Editor. Refer to the links... more 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!