ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Display constants used by prefix syntaxes only
The following constants are used to manage pages:
ConstantDetailsFunction
caContinueSynchronization management mode: the application continues as if a synchronization was performedChangeAction
caErrorSynchronization management mode: The last version of HTML page corresponding to the current context on server is returnedChangeAction
caNoneSynchronization management mode: no actionChangeAction
cellBottomLeftDialog cell display: the cell is placed in the lower-left corner of the visible part of the current page.CellDisplayDialog
cellBottomRightDialog cell display: the cell is placed in the lower-right corner of the visible part of the current page.CellDisplayDialog
cellCenterDialog cell display: the cell is centered in the visible part of the current page.CellDisplayDialog
cellPositionXYDialog cell display: the cell remains at current position.CellDisplayDialog
cellTopLeftDialog cell display: the cell is placed in the upper-left corner of the visible part of the current page.CellDisplayDialog
cellTopRightDialog cell display: the cell is placed in the upper-right corner of the visible part of the current page.CellDisplayDialog
ctxCookieAWP context management mode: The content of the context is transmitted in a cookieConfigureAWPContext
ctxDiskAWP context management mode: The content of the context 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: 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
ctxIDURLAWP context management mode: The identifier is transmitted by the URL.ConfigureAWPContext
CurrentBrowserTarget: current browserChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
CurrentFrameTarget: current frameChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
GETMethod for sending data to the ASP server: The 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
NewBrowserTarget: new browserChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONFullParameter of the new browser: entire windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLinkParameter of the new browser: link bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLocationParameter of the new browser: address bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONMenuBarParameter of the new browser: menu bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONResizableParameter of the new browser: resizable windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSatusBarParameter of the new browser: status bar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONScrollbarParameter of the new browser: scrollbar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSimpleParameter of the new browser: minimum windowChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONToolbarParameter of the new browser: toolbar displayedChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
paramBufferType of data to retrieve: Retrieves the rough data that was received (sent by a POST method). PageParameter
paramNoDecodingEncoding of the value of the parameter: The raw value of the parameter 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
paramWithDecodingEncoding of the value of the parameter: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs.PageParameter
ParentFrameTarget: container of the current pageChangeTarget,
PageDisplay,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
pdFullType of address to return: full address of the pagePageAddress
pdFullAutoFull address of the page with the protocol used (HTTP or HTTPS).PageAddress
pdRelativeType of address to return: address relative to the current domainPageAddress
pdSecureType of address to return: Full address of the page, secured by SSLPageAddress
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 can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. PopupDisplay
PopupDisplayPage
popupFixedThe 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
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
POSTMethod for sending data to the ASP server: the data is sent after the headers, in the body of the request.PageToASP,
PageToJSP,
PageToPHP
pteAttachmentType of encoding to use: the values of the controls are written into an email attachment.PageToEmail
pteBodyType 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 (prefix syntax):
ConstantDetailsFunction
caContinueSynchronization management mode: the application continues as if a synchronization was performedChangeAction
caErrorSynchronization management mode: The last version of HTML page corresponding to the current context on server is returnedChangeAction
caNoneSynchronization management mode: no actionChangeAction
cellBottomLeftDialog cell display: the cell is placed in the lower-left corner of the visible part of the current page.<Cell>.DisplayDialog
cellBottomRightDialog cell display: the cell is placed in the lower-right corner of the visible part of the current page.<Cell>.DisplayDialog
cellCenterDialog cell display: the cell is centered in the visible part of the current page.<Cell>.DisplayDialog
cellPositionXYDialog cell display: the cell remains at current position.<Cell>.DisplayDialog
cellTopLeftDialog cell display: the cell is placed in the upper-left corner of the visible part of the current page.<Cell>.DisplayDialog
cellTopRightDialog cell display: the cell is placed in the upper-right corner of the visible part of the current page.<Cell>.DisplayDialog
ctxCookieAWP context management mode: The content of the context is transmitted in a cookieConfigureAWPContext
ctxDiskAWP context management mode: The content of the context 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: 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
ctxIDURLAWP context management mode: The identifier is transmitted by the URL.ConfigureAWPContext
CurrentBrowserTarget: current browserChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
CurrentFrameTarget: current frameChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
GETMethod for sending data to the ASP server: The data is sent to the server via the URLPageToASP,
PageToJSP,
PageToPHP
NewBrowserTarget: new browserChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONFullParameter of the new browser: entire windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLinkParameter of the new browser: link bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONLocationParameter of the new browser: address bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONMenuBarParameter of the new browser: menu bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONResizableParameter of the new browser: resizable windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSatusBarParameter of the new browser: status bar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONScrollbarParameter of the new browser: scrollbar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONSimpleParameter of the new browser: minimum windowChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
ONToolbarParameter of the new browser: toolbar displayedChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
paramBufferType of data to retrieve: Retrieves the rough data that was received (sent by a POST method). PageParameter
paramNoDecodingEncoding of the value of the parameter: The raw value of the parameter 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
paramWithDecodingEncoding of the value of the parameter: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs.PageParameter
ParentFrameTarget: container of the current pageChangeTarget,
<Page>.Display,
SemiDynamicPageDisplay,
PageSubmit,
PageToASP,
PageToJSP,
PageToPHP,
DynamicSiteDisplay
pdFullType of address to return: full address of the page<Page>.Address
pdFullAutoFull address of the page with the protocol used (HTTP or HTTPS).<Page>.Address
pdRelativeType of address to return: address relative to the current domain<Page>.Address
pdSecureType of address to return: Full address of the page, secured by SSL<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 can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. <Popup>.Display
<Page>.DisplayPopup
popupFixedThe 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>.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
POSTMethod for sending data to the ASP server: the data is sent after the headers, in the body of the request.PageToASP,
PageToJSP,
PageToPHP
pteAttachmentType of encoding to use: the values of the controls are written into an email attachment.PageToEmail
pteBodyType of encoding to use: the values of the controls are written in the body of the message.PageToEmail
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 06/23/2023

Send a report | Local help