| |
ASPDisplay | Calls an external ASP script and returns the result page in the current browser window. |
BrowserIPAddress | Returns the IP address of the client computer connected to the WEBDEV site. |
BrowserName | Returns the name of the browser of the Web user ("user agent"). |
BrowserPlatform | Returns the user's browser platform. |
BrowserType | Returns the type of browser used by the Web user. |
BrowserVersion | Returns the version of the browser used by the Web user. |
CancelAWPContext | Deletes from the AWP context a variable that was added by DeclareAWPContext. |
CancelWebserviceContext | Deletes from the webservice context a variable added by DeclareWebserviceContext. |
CertificateClientInfo | Returns information about the certificate used by the client computer. |
ConfigureAWPContext | Configures the operating mode of the AWP context. |
Confirm | Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice. |
ContextClose | Closes a page context. |
ContextOpen | Opens a new page context without returning the information to the browser. |
CookieRead | Retrieves the value of a cookie saved on the computer of Web user. |
DeclareAWPContext | Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages. |
DeclareWebserviceContext | Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice. |
ExecuteDelayedProcedure | Runs a delayed procedure (in the WEBDEV application server). |
FileDisplay | Displays a file in the browser of Web user. |
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. |
GglConnect | Manages authentication on a Google server (via the "OAuth 2.0" authentication mode). |
gpwOpen | Opens the User Groupware login window or page. |
IdentifierAWPContext | Returns the identifier of AWP context. |
ImageArea | Returns the number of the image area clicked by the Web user. |
ImageXPos | Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control. |
ImageYPos | Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control. |
OKCancel | Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice. |
PageCloseDialog | Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling 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. |
PageParameter | Returns the value of a parameter passed to the current page. |
PageRefresh | Refreshes a page displayed in the user's browser from the context on the server. |
PageUse | Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server. |
PHPDisplay | Calls an external PHP script and returns the result page in the current browser window. |
rssDisplay | Builds a RSS stream and returns the content of the RSS stream to the client. |
ScriptDisplay | Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window. |
StringDisplay | Returns a specific string (or a buffer) to the client browser in response to a request. |
UploadCopyFile | Saves on the server a file "uploaded" by the Web user. This upload may have been performed: - via an "Upload" edit control.
- via a single-file or multi-file Upload control.
|
UploadFileName | Returns the name of a file "uploaded" by the Web user. This upload may have been performed: - via an "Upload" edit control.
- via a single-file or multi-file Upload control.
|
WebserviceClientIPAddress | Returns the IP address of the computer using and calling the Webservice. |
YesNo | Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice. |