Display only constants used by prefix syntaxesThe following constants are used to manage pages: | | | Constant | Details | Function |
---|
agencementWINDEVMobile | The current layout is specific to WINDEV Mobile. | PageCurrentLayout | caContinue | Synchronization management mode: application continues as if synchronization had taken place | ChangeAction | caError | Synchronization management mode: the latest version of the HTML page corresponding to the current context on the server is returned | ChangeAction | caNone | Synchronization management mode: do nothing | ChangeAction | cellBottomLeft | Display cell for dialog: the cell is placed at the bottom left of the visible part of the current page. | CellDisplayDialog | cellBottomRight | Display cell for dialog: the cell is placed at the bottom right of the visible part of the current page. | CellDisplayDialog | cellCenter | Display cell for dialog: the cell is centered in the visible part of the current page. | CellDisplayDialog | cellPositionXY | Cell display for dialog: the cell is left at the current position. | CellDisplayDialog | cellTopLeft | Display cell for dialog: the cell is placed at the top left of the visible part of the current page. | CellDisplayDialog | cellTopRight | Display cell for dialog: the cell is placed at the top right of the visible part of the current page. | CellDisplayDialog | ctxCookie | AWP context management mode: Context content is transmitted in a cookie | ConfigureAWPContext | ctxDisk | AWP context management mode: Context content is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | AWP context management mode: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | AWP context management mode: ID is transmitted by cookies first. 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 | AWP context management mode: The identifier is transmitted via the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: frame in progress | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | How data is sent to the ASP server: data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | layoutPrint | The current layout is a specific layout for printing. | PageCurrentLayout | layoutWINDEV | The current layout is specific to WINDEV. | PageCurrentLayout | layoutWINDEVMobileTablet | The current layout is a specific layout for WINDEV Mobile (tablet). | PageCurrentLayout | NewBrowser | Destination: new browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | New browser settings: full window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | New browser setting: link strikethrough displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | New browser setting: address strikethrough displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | New browser settings: menu bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | New browser settings: resizable window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | New browser settings: status Bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | New browser settings: scroll bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | New browser settings: minimum window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | New browser settings: toolbar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paramBuffer | Type of data to be retrieved: retrieves raw data received (sent by a POST method). | PageParameter | paramNoDecoding | Parameter value encoding management mode: The raw parameter value is returned. No decoding is performed by WEBDEV. This constant can be used when the encoding of the URL does not comply with the standards used by WEBDEV (e.g., "+" sign not supported, etc.). | PageParameter | paramWithDecoding | Parameter value encoding management mode: The parameter value is automatically decoded by WEBDEV according to the URL encoding/decoding standard. | PageParameter | ParentFrame | Destination: current page container | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | pdFull | Type of address to be returned: full page address | PageAddress | pdFullAuto | Full address of the page with the protocol used (HTTP or HTTPS). | PageAddress | pdRelative | Type of address to be returned: address relating to the current domain | PageAddress | pdSecure | Type of address to be returned: full page address, SSL-secured | PageAddress | 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 lower-left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupBottomRight | The popup is displayed in the lower-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 | popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupDiscardable | The popup is volatile: the popup can be closed using the ESC key or by clicking outside the popup.. | PopupDisplay PopupDisplayPage | popupFixed | The popup is pinned at the indicated position: the popup will not change position 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 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 | 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 upper-left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupTopRight | The popup is displayed in the upper-right corner of the visible section of the current page | PopupDisplay PopupDisplayPage | POST | How data is sent to the ASP server: data is sent after the headers, in the request body. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to be used: field values are written in an email attachment. | PageToEmail | pteBody | Type of encoding to be used: field values are written in the message body. | PageToEmail |
The following constants are used to manipulate pages (prefix syntax): | | | Constant | Details | Function |
---|
caContinue | Synchronization management mode: application continues as if synchronization had taken place | ChangeAction | caError | Synchronization management mode: the latest version of the HTML page corresponding to the current context on the server is returned | ChangeAction | caNone | Synchronization management mode: do nothing | ChangeAction | cellBottomLeft | Display cell for dialog: the cell is placed at the bottom left of the visible part of the current page. | <Cell>.DisplayDialog | cellBottomRight | Display cell for dialog: the cell is placed at the bottom right of the visible part of the current page. | <Cell>.DisplayDialog | cellCenter | Display cell for dialog: the cell is centered in the visible part of the current page. | <Cell>.DisplayDialog | cellPositionXY | Cell display for dialog: the cell is left at the current position. | <Cell>.DisplayDialog | cellTopLeft | Display cell for dialog: the cell is placed at the top left of the visible part of the current page. | <Cell>.DisplayDialog | cellTopRight | Display cell for dialog: the cell is placed at the top right of the visible part of the current page. | <Cell>.DisplayDialog | ctxCookie | AWP context management mode: Context content is transmitted in a cookie | ConfigureAWPContext | ctxDisk | AWP context management mode: Context content is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | AWP context management mode: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | AWP context management mode: ID is transmitted by cookies first. 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 | AWP context management mode: The identifier is transmitted via the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: frame in progress | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | How data is sent to the ASP server: 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 | New browser settings: full window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | New browser setting: link strikethrough displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | New browser setting: address strikethrough displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | New browser settings: menu bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | New browser settings: resizable window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | New browser settings: status Bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | New browser settings: scroll bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | New browser settings: minimum window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | New browser settings: toolbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paramBuffer | Type of data to be retrieved: retrieves raw data received (sent by a POST method). | PageParameter | paramNoDecoding | Parameter value encoding management mode: The raw parameter value is returned. No decoding is performed by WEBDEV. This constant can be used when the encoding of the URL does not comply with the standards used by WEBDEV (e.g., "+" sign not supported, etc.). | PageParameter | paramWithDecoding | Parameter value encoding management mode: The parameter value is automatically decoded by WEBDEV according to the URL encoding/decoding standard. | PageParameter | ParentFrame | Destination: current page container | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | pdFull | Type of address to be returned: full page address | <Page>.Address | pdFullAuto | Full address of the page with the protocol used (HTTP or HTTPS). | <Page>.Address | pdRelative | Type of address to be returned: address relating to the current domain | <Page>.Address | pdSecure | Type of address to be returned: full page address, SSL-secured | <Page>.Address | popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupBottomLeft | The popup is displayed in the lower-left corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupBottomRight | The popup is displayed in the lower-right corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupCenter | The popup is centered in the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupDiscardable | The popup is volatile: the popup can be closed using the ESC key or by clicking outside the popup.. | <Popup>.Display <Page>.DisplayPopup | popupFixed | The popup is pinned at the indicated position: the popup will not change position if the page is scrolled or if the browser size is modified. | <Popup>.Display <Page>.DisplayPopup | 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 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>.DisplayPopup | popupPositionXY | The popup will be opened at the specified X and Y positions. | <Popup>.Display <Page>.DisplayPopup | popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupTopLeft | The popup is displayed in the upper-left corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupTopRight | The popup is displayed in the upper-right corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | POST | How data is sent to the ASP server: data is sent after the headers, in the request body. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to be used: field values are written in an email attachment. | PageToEmail | pteBody | Type of encoding to be used: field values are written in the message body. | PageToEmail |
|
|
|