Constants for managing the pages
Display constants used by prefixed syntaxes only The following constants are used to manage pages: | | | Constant | Details | Function |
---|
caContinue | Management mode of the synchronization: the application continues as if a synchronization was performed | ChangeAction | caError | Management mode of the synchronization: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Management mode of the synchronization: perform no action | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the bottom left corner of the visible part of the current page. | CellDisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the bottom right corner of the visible part of the current page. | CellDisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of current page. | CellDisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at the current position. | CellDisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the top left corner of the visible part of the current page. | CellDisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the top right corner of the visible part of the current page. | CellDisplayDialog | ctxCookie | Mode for managing the AWP context: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | Mode for managing the AWP context: The content of context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | Mode for managing the AWP context: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | Mode for managing the AWP context: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | Mode for managing the AWP context: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | NewBrowser | Destination: new browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paFULL | Type of address to return: full address of the page | PageAddress | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | Versions 21 and laterparamNoDecoding New in version 21paramNoDecoding paramNoDecoding | Mode for managing the encoding of parameter value: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the URL encoding does not respect the standard used by WEBDEV (problem for managing the + sign, etc +, ...). | PageParameter | Versions 21 and laterparamWithDecoding New in version 21paramWithDecoding paramWithDecoding | Mode for managing the encoding of parameter value: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | paRELATIVE | Type of address to return: address relative to the current domain | PageAddress | ParentFrame | Destination: container of the current page | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paSECURE | Type of address to return: Full address of the page, secured by SSL | PageAddress | Versions 18 and laterpopupBottomCenter New in version 18popupBottomCenter popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupBottomLeft | The popup is displayed in the bottom left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupBottomRight | The popup is displayed in the bottom right corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupCenter | The popup is centered in the visible section of the current page | PopupDisplay PopupDisplayPage | Versions 18 and laterpopupCenterLeft New in version 18popupCenterLeft popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | PopupDisplay PopupDisplayPage | Versions 18 and laterpopupCenterRight New in version 18popupCenterRight popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | PopupDisplay PopupDisplayPage | Versions 26 and laterpopupDiscardable New in version 26popupDiscardable popupDiscardable | Popup is volatile: the popup can be closed via the ESC key or by clicking outside the popup.. | PopupDisplay PopupDisplayPage | Versions 18 and laterpopupFixed New in version 18popupFixed popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | PopupDisplay PopupDisplayPage | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in the browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| PopupDisplay PopupDisplayPage | popupPositionXY | The popup will be opened at the specified X and Y positions. | PopupDisplay PopupDisplayPage | Versions 18 and laterpopupTopCenter New in version 18popupTopCenter popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupTopLeft | The popup is displayed in the top left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupTopRight | The popup is displayed in the top right corner of the visible section of the current page | PopupDisplay PopupDisplayPage | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
Versions 23 and laterThe following constants are used to manage pages (prefixed syntax): | | | Constant | Detail | Function |
---|
caContinue | Management mode of the synchronization: the application continues as if a synchronization was performed | ChangeAction | caError | Management mode of the synchronization: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Management mode of the synchronization: perform no action | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the bottom left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the bottom right corner of the visible part of the current page. | <Cell>.DisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of current page. | <Cell>.DisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at the current position. | <Cell>.DisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the top left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the top right corner of the visible part of the current page. | <Cell>.DisplayDialog | ctxCookie | Mode for managing the AWP context: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | Mode for managing the AWP context: The content of context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | Mode for managing the AWP context: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | Mode for managing the AWP context: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | Mode for managing the AWP context: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | NewBrowser | Destination: new browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paFULL | Type of address to return: full address of the page | <Page>.Address | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | Versions 21 and laterparamNoDecoding New in version 21paramNoDecoding paramNoDecoding | Mode for managing the encoding of parameter value: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the URL encoding does not respect the standard used by WEBDEV (problem for managing the + sign, etc +, ...). | PageParameter | Versions 21 and laterparamWithDecoding New in version 21paramWithDecoding paramWithDecoding | Mode for managing the encoding of parameter value: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | paRELATIVE | Type of address to return: address relative to the current domain | <Page>.Address | ParentFrame | Destination: container of the current page | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paSECURE | Type of address to return: Full address of the page, secured by SSL | <Page>.Address | Versions 18 and laterpopupBottomCenter New in version 18popupBottomCenter popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupBottomLeft | The popup is displayed in the bottom left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupBottomRight | The popup is displayed in the bottom right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupCenter | The popup is centered in the visible section of the current page | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterLeft New in version 18popupCenterLeft popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterRight New in version 18popupCenterRight popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 26 and laterpopupDiscardable New in version 26popupDiscardable popupDiscardable | Popup is volatile: the popup can be closed via the ESC key or by clicking outside the popup.. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupFixed New in version 18popupFixed popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | <Popup>.Display <Page>.AffichePopup | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in the browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| <Popup>.Display <Page>.AffichePopup | popupPositionXY | The popup will be opened at the specified X and Y positions. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupTopCenter New in version 18popupTopCenter popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupTopLeft | The popup is displayed in the top left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupTopRight | The popup is displayed in the top right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
New in version 23The following constants are used to manage pages (prefixed syntax): | | | Constant | Detail | Function |
---|
caContinue | Management mode of the synchronization: the application continues as if a synchronization was performed | ChangeAction | caError | Management mode of the synchronization: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Management mode of the synchronization: perform no action | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the bottom left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the bottom right corner of the visible part of the current page. | <Cell>.DisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of current page. | <Cell>.DisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at the current position. | <Cell>.DisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the top left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the top right corner of the visible part of the current page. | <Cell>.DisplayDialog | ctxCookie | Mode for managing the AWP context: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | Mode for managing the AWP context: The content of context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | Mode for managing the AWP context: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | Mode for managing the AWP context: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | Mode for managing the AWP context: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | NewBrowser | Destination: new browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paFULL | Type of address to return: full address of the page | <Page>.Address | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | Versions 21 and laterparamNoDecoding New in version 21paramNoDecoding paramNoDecoding | Mode for managing the encoding of parameter value: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the URL encoding does not respect the standard used by WEBDEV (problem for managing the + sign, etc +, ...). | PageParameter | Versions 21 and laterparamWithDecoding New in version 21paramWithDecoding paramWithDecoding | Mode for managing the encoding of parameter value: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | paRELATIVE | Type of address to return: address relative to the current domain | <Page>.Address | ParentFrame | Destination: container of the current page | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paSECURE | Type of address to return: Full address of the page, secured by SSL | <Page>.Address | Versions 18 and laterpopupBottomCenter New in version 18popupBottomCenter popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupBottomLeft | The popup is displayed in the bottom left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupBottomRight | The popup is displayed in the bottom right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupCenter | The popup is centered in the visible section of the current page | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterLeft New in version 18popupCenterLeft popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterRight New in version 18popupCenterRight popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 26 and laterpopupDiscardable New in version 26popupDiscardable popupDiscardable | Popup is volatile: the popup can be closed via the ESC key or by clicking outside the popup.. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupFixed New in version 18popupFixed popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | <Popup>.Display <Page>.AffichePopup | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in the browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| <Popup>.Display <Page>.AffichePopup | popupPositionXY | The popup will be opened at the specified X and Y positions. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupTopCenter New in version 18popupTopCenter popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupTopLeft | The popup is displayed in the top left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupTopRight | The popup is displayed in the top right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
The following constants are used to manage pages (prefixed syntax): | | | Constant | Detail | Function |
---|
caContinue | Management mode of the synchronization: the application continues as if a synchronization was performed | ChangeAction | caError | Management mode of the synchronization: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Management mode of the synchronization: perform no action | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the bottom left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the bottom right corner of the visible part of the current page. | <Cell>.DisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of current page. | <Cell>.DisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at the current position. | <Cell>.DisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the top left corner of the visible part of the current page. | <Cell>.DisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the top right corner of the visible part of the current page. | <Cell>.DisplayDialog | ctxCookie | Mode for managing the AWP context: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | Mode for managing the AWP context: The content of context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | Mode for managing the AWP context: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | Mode for managing the AWP context: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | Mode for managing the AWP context: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | NewBrowser | Destination: new browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paFULL | Type of address to return: full address of the page | <Page>.Address | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | Versions 21 and laterparamNoDecoding New in version 21paramNoDecoding paramNoDecoding | Mode for managing the encoding of parameter value: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the URL encoding does not respect the standard used by WEBDEV (problem for managing the + sign, etc +, ...). | PageParameter | Versions 21 and laterparamWithDecoding New in version 21paramWithDecoding paramWithDecoding | Mode for managing the encoding of parameter value: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | paRELATIVE | Type of address to return: address relative to the current domain | <Page>.Address | ParentFrame | Destination: container of the current page | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paSECURE | Type of address to return: Full address of the page, secured by SSL | <Page>.Address | Versions 18 and laterpopupBottomCenter New in version 18popupBottomCenter popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupBottomLeft | The popup is displayed in the bottom left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupBottomRight | The popup is displayed in the bottom right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupCenter | The popup is centered in the visible section of the current page | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterLeft New in version 18popupCenterLeft popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupCenterRight New in version 18popupCenterRight popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | Versions 26 and laterpopupDiscardable New in version 26popupDiscardable popupDiscardable | Popup is volatile: the popup can be closed via the ESC key or by clicking outside the popup.. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupFixed New in version 18popupFixed popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | <Popup>.Display <Page>.AffichePopup | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in the browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| <Popup>.Display <Page>.AffichePopup | popupPositionXY | The popup will be opened at the specified X and Y positions. | <Popup>.Display <Page>.AffichePopup | Versions 18 and laterpopupTopCenter New in version 18popupTopCenter popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | <Popup>.Display <Page>.AffichePopup | popupTopLeft | The popup is displayed in the top left corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | popupTopRight | The popup is displayed in the top right corner of the visible section of the current page | <Popup>.Display <Page>.AffichePopup | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
|
|
|