ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Page constants
Display only constants used by prefix syntaxes
The following constants are used to manage pages:
ConstantDetailsFunction
agencementWINDEVMobileThe current layout is specific to WINDEV Mobile. PageCurrentLayout
caContinueSynchronization management mode: application continues as if synchronization had taken placeChangeAction
caErrorSynchronization management mode: the latest version of the HTML page corresponding to the current context on the server is returnedChangeAction
caNoneSynchronization management mode: do nothingChangeAction
cellBottomLeftDisplay cell for dialog: the cell is placed at the bottom left of the visible part of the current page.CellDisplayDialog
cellBottomRightDisplay cell for dialog: the cell is placed at the bottom right of the visible part of the current page.CellDisplayDialog
cellCenterDisplay cell for dialog: the cell is centered in the visible part of the current page.CellDisplayDialog
cellPositionXYCell display for dialog: the cell is left at the current position.CellDisplayDialog
cellTopLeftDisplay cell for dialog: the cell is placed at the top left of the visible part of the current page.CellDisplayDialog
cellTopRightDisplay cell for dialog: the cell is placed at the top right of the visible part of the current page.CellDisplayDialog
ctxCookieAWP context management mode: Context content is transmitted in a cookieConfigureAWPContext
ctxDiskAWP context management mode: Context content is saved in a file on the server.ConfigureAWPContext
ctxIDCookieAWP context management mode: The identifier is transmitted by a cookie.ConfigureAWPContext
ctxIDCookieURLAWP 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
ctxIDURLAWP context management mode: The identifier is transmitted via the URL.ConfigureAWPContext
CurrentBrowserDestination: current browserChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
CurrentFrameDestination: frame in progressChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
GETHow data is sent to the ASP server: data is sent to the server via the URLPageToASP,
PageToJSP,
PageToPHP
layoutPrintThe current layout is a specific layout for printing. PageCurrentLayout
layoutWINDEVThe current layout is specific to WINDEV. PageCurrentLayout
layoutWINDEVMobileTabletThe current layout is a specific layout for WINDEV Mobile (tablet). PageCurrentLayout
NewBrowserDestination: new browserChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONFullNew browser settings: full windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLinkNew browser setting: link strikethrough displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLocationNew browser setting: address strikethrough displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONMenuBarNew browser settings: menu bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONResizableNew browser settings: resizable windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSatusBarNew browser settings: status Bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONScrollbarNew browser settings: scroll bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSimpleNew browser settings: minimum windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONToolbarNew browser settings: toolbar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
paramBufferType of data to be retrieved: retrieves raw data received (sent by a POST method). PageParameter
paramNoDecodingParameter 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
paramWithDecodingParameter value encoding management mode: The parameter value is automatically decoded by WEBDEV according to the URL encoding/decoding standard.PageParameter
ParentFrameDestination: current page containerChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
pdFullType of address to be returned: full page addressPageAddress
pdFullAutoFull address of the page with the protocol used (HTTP or HTTPS).PageAddress
pdRelativeType of address to be returned: address relating to the current domainPageAddress
pdSecureType of address to be returned: full page address, SSL-securedPageAddress
popupBottomCenterThe popup is displayed at the bottom in the center of the visible section of the current page.PopupDisplay
PopupDisplayPage
popupBottomLeftThe popup is displayed in the lower-left corner of the visible section of the current pagePopupDisplay
PopupDisplayPage
popupBottomRightThe popup is displayed in the lower-right corner of the visible section of the current pagePopupDisplay
PopupDisplayPage
popupCenterThe popup is centered in the visible section of the current pagePopupDisplay
PopupDisplayPage
popupCenterLeftThe popup is displayed in the center on the left of the visible section of the current page.PopupDisplay
PopupDisplayPage
popupCenterRightThe popup is displayed in the center on the right of the visible section of the current page.PopupDisplay
PopupDisplayPage
popupDiscardableThe popup is volatile: the popup can be closed using the ESC key or by clicking outside the popup.. PopupDisplay
PopupDisplayPage
popupFixedThe 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
popupMouseXYThe 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
popupPositionXYThe popup will be opened at the specified X and Y positions.PopupDisplay
PopupDisplayPage
popupTopCenterThe popup is displayed at the top in the center of the visible section of the current page.PopupDisplay
PopupDisplayPage
popupTopLeftThe popup is displayed in the upper-left corner of the visible section of the current pagePopupDisplay
PopupDisplayPage
popupTopRightThe popup is displayed in the upper-right corner of the visible section of the current pagePopupDisplay
PopupDisplayPage
POSTHow data is sent to the ASP server: data is sent after the headers, in the request body.PageToASP,
PageToJSP,
PageToPHP
pteAttachmentType of encoding to be used: field values are written in an email attachment.PageToEmail
pteBodyType of encoding to be used: field values are written in the message body.PageToEmail
The following constants are used to manipulate pages (prefix syntax):
ConstantDetailsFunction
caContinueSynchronization management mode: application continues as if synchronization had taken placeChangeAction
caErrorSynchronization management mode: the latest version of the HTML page corresponding to the current context on the server is returnedChangeAction
caNoneSynchronization management mode: do nothingChangeAction
cellBottomLeftDisplay cell for dialog: the cell is placed at the bottom left of the visible part of the current page.<Cell>.DisplayDialog
cellBottomRightDisplay cell for dialog: the cell is placed at the bottom right of the visible part of the current page.<Cell>.DisplayDialog
cellCenterDisplay cell for dialog: the cell is centered in the visible part of the current page.<Cell>.DisplayDialog
cellPositionXYCell display for dialog: the cell is left at the current position.<Cell>.DisplayDialog
cellTopLeftDisplay cell for dialog: the cell is placed at the top left of the visible part of the current page.<Cell>.DisplayDialog
cellTopRightDisplay cell for dialog: the cell is placed at the top right of the visible part of the current page.<Cell>.DisplayDialog
ctxCookieAWP context management mode: Context content is transmitted in a cookieConfigureAWPContext
ctxDiskAWP context management mode: Context content is saved in a file on the server.ConfigureAWPContext
ctxIDCookieAWP context management mode: The identifier is transmitted by a cookie.ConfigureAWPContext
ctxIDCookieURLAWP 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
ctxIDURLAWP context management mode: The identifier is transmitted via the URL.ConfigureAWPContext
CurrentBrowserDestination: current browserChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
CurrentFrameDestination: frame in progressChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
GETHow data is sent to the ASP server: data is sent to the server via the URLPageToASP,
PageToJSP,
PageToPHP
NewBrowserDestination: new browserChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONFullNew browser settings: full windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLinkNew browser setting: link strikethrough displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLocationNew browser setting: address strikethrough displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONMenuBarNew browser settings: menu bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONResizableNew browser settings: resizable windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSatusBarNew browser settings: status Bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONScrollbarNew browser settings: scroll bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSimpleNew browser settings: minimum windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONToolbarNew browser settings: toolbar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
paramBufferType of data to be retrieved: retrieves raw data received (sent by a POST method). PageParameter
paramNoDecodingParameter 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
paramWithDecodingParameter value encoding management mode: The parameter value is automatically decoded by WEBDEV according to the URL encoding/decoding standard.PageParameter
ParentFrameDestination: current page containerChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
pdFullType of address to be returned: full page address<Page>.Address
pdFullAutoFull address of the page with the protocol used (HTTP or HTTPS).<Page>.Address
pdRelativeType of address to be returned: address relating to the current domain<Page>.Address
pdSecureType of address to be returned: full page address, SSL-secured<Page>.Address
popupBottomCenterThe popup is displayed at the bottom in the center of the visible section of the current page.<Popup>.Display
<Page>.DisplayPopup
popupBottomLeftThe popup is displayed in the lower-left corner of the visible section of the current page<Popup>.Display
<Page>.DisplayPopup
popupBottomRightThe popup is displayed in the lower-right corner of the visible section of the current page<Popup>.Display
<Page>.DisplayPopup
popupCenterThe popup is centered in the visible section of the current page<Popup>.Display
<Page>.DisplayPopup
popupCenterLeftThe popup is displayed in the center on the left of the visible section of the current page.<Popup>.Display
<Page>.DisplayPopup
popupCenterRightThe popup is displayed in the center on the right of the visible section of the current page.<Popup>.Display
<Page>.DisplayPopup
popupDiscardableThe popup is volatile: the popup can be closed using the ESC key or by clicking outside the popup.. <Popup>.Display
<Page>.DisplayPopup
popupFixedThe 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
popupMouseXYThe 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
popupPositionXYThe popup will be opened at the specified X and Y positions.<Popup>.Display
<Page>.DisplayPopup
popupTopCenterThe popup is displayed at the top in the center of the visible section of the current page.<Popup>.Display
<Page>.DisplayPopup
popupTopLeftThe popup is displayed in the upper-left corner of the visible section of the current page<Popup>.Display
<Page>.DisplayPopup
popupTopRightThe popup is displayed in the upper-right corner of the visible section of the current page<Popup>.Display
<Page>.DisplayPopup
POSTHow data is sent to the ASP server: data is sent after the headers, in the request body.PageToASP,
PageToJSP,
PageToPHP
pteAttachmentType of encoding to be used: field values are written in an email attachment.PageToEmail
pteBodyType of encoding to be used: field values are written in the message body.PageToEmail
See also
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 12/21/2024

Send a report | Local help