ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV 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
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Example
// Menu option
// Always display the Computer version of pages
DynamicServingConfigure(dsDesktop)
Syntax
DynamicServingConfigure(<Environment>)
<Environment>: Integer constant
Type of environment to use:
dsAutomaticThe choice of pages to display is automatically performed by WEBDEV according to the current platform.
dsDesktopThe pages in "Computer" mode are forced.
dsMobileThe pages in "Mobile" mode are forced.
Remarks
The call to DynamicServingConfigure triggers a call to PageUse for all the pages currently opened:
  • that are associated with Dynamic Serving,
  • and whose display mode does not correspond to the selected one (including the current page).
Component: wd290page.dll
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help