ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
<Chart>.AutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
TrustedCertificateReset (Function)
Removes all the certificates added by TrustedCertificateAdd.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
<Chart>.SunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
<Chart>.InfoXY (Function)
Returns information about the series found at a specific chart point.
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.