| |
CancelAWPContext | Deletes from the AWP context a variable that was added by DeclareAWPContext. |
CellCloseDialog | Hides a Cell control previously displayed in the page via CellDisplayDialog. |
CellDisplayDialog | Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page. |
ChangeAction | Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server. |
ChangeSourcePage | Dynamically changes the page displayed in an Internal Page control |
ChangeTarget | Changes the target of a button action. |
ConfigureAWPContext | Configures the operating mode of the AWP context. |
ContextClose | Closes a page context. |
ContextExist | Allows you to find out whether a page context exists on the server (which means whether the page was opened). |
ContextOpen | Opens a new page context without returning the information to the browser. |
CurrentPage | Returns the name of the page containing the WLanguage code currently run. |
DeclareAWPContext | Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages. |
DynamicSiteDisplay | Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page. |
FramesetDisplay | Displays a WEBDEV frameset in the user's browser. |
FramesetRefresh | Refreshes a frameset displayed in the user's browser from the context on the server. |
FramesetUse | Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts. |
FreeAWPContext | Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel. |
IdentifierAWPContext | Returns the identifier of AWP context. |
PageAddress | Used to find out the Internet address of a page. |
PageChangeLayout | Applies a specific layout to a page. |
PageCloseDialog | Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page. |
PageCurrentLayout | Returns the index of the current layout: - in the current page.
- in the specified page.
|
PageDisplay | Displays a web page in the user's browser. |
PageDisplayDialog | Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism. |
PageEnableDDW | Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example). |
PageExist | Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one. |
PageInitialization | Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page. |
PageParameter | Returns the value of a parameter passed to the current page. |
PagePosition | Scrolls a page up to position a control in the visible section of the page (top) in the browser. |
PageRateDDW | Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages). |
PageReadHeaderHTTP | Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request). |
PageRefresh | Refreshes a page displayed in the user's browser from the context on the server. |
PageSubmit | Validates the specified page and starts the execution of a button. |
PageToASP | Sends the data found in a page currently displayed in the browser to an ASP server. |
PageToEmail | Emails the data found in a page currently displayed in the browser. |
PageToJSP | Sends the data found in a page currently displayed in the browser to a JSP server. |
PageToPHP | Sends the data found in a page currently displayed in the browser to a PHP server. |
PageUse | Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server. |
PageVisible | Indicates whether the page is visible to the user. |
PageWriteCustomHTTPCode | Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed. |
PageWriteHeaderHTTP | Adds an additional HTTP header that will be returned to the browser: - during the next function for page display (PageDisplay, PageRefresh, ...),
- during the automatic return of the current page at the end of the current action.
|
PageWriteHTTPCode | Specifies the HTTP code that will be returned to the client after the server code of the page is executed. |
PopupAnimate | Displays a popup in a page cell. |
PopupClose | Hides a popup displayed in the page via PopupDisplay. |
PopupClosePage | Hides a page displayed as a popup via PopupDisplayPage. |
PopupDisplay | Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
PopupDisplayPage | Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. |
PreviousPage | Returns the name of the previous page. |
SemiDynamicPageDisplay | Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page. |
SiteAddress | Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server. |