ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
OpenMainMenu (Function)
Opens the main menu of the current window.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
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.
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.