RAD Studio (Common)
ContentsIndex
PreviousUpNext
Application Module Page Options/New WebSnap Page Module

Use this dialog box to define the basic properties of a page module. The dialog title varies based on how you accessed the dialog.

Item 
Description 
Type  
The producer type for the page can be set to one of AdapterPageProducer, DataSetPageProducer, InetXPageProducer, PageProducer, or XSLPageProducer.  
Script Engine  
If the selected page producer supports scripting, use the Script Engine drop-down list to select the language used to script the page.
AdapterPageProducer supports only JScript.  
New File  
Creates a template file and manages it as part of the unit. A managed template file will appear in the project manager and have the same file name and location as the unit source file. Uncheck New File if you want to use the properties of the producer component (typically, the HTMLDoc or HTMLFile property).  
Template  
When New File is checked, choose the default content for the template file from the Template drop-down. The Standard template displays the title of the application, the title of the page, and hyperlinks to published pages.  
Name  
Enter a page name and title for the page module. The page name is used to reference the page in an HTTP request or within the application's logic.  
Title  
Specifies the name that the end user will see when the page is displayed in a browser.  
Published  
Check Published to allow the page to automatically respond to HTTP requests where the page name matches the pathinfo in the request message.  
Login Required  
Requires the user to log on before the page can be accessed.  
Creation  
Displayed only on the New WebSnap Page Module. This parameter controls when an instance of this module is created. If you want the instance created only when it is referenced, select On Demand. If you want the instance created on startup, select Always.  
Caching  
Displayed only on the New WebSnap Page Module. This parameter controls when a module is destroyed. At runtime, the instance of this module can be either kept in cache, or removed from memory when the request has been serviced. Select Cache Instance to keep the instance in memory even if there are no current references to it. Select Destroy Instance to allow the server to remove the instance from memory if there are no references to it.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!