ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WBAdminApplication (Variable type)
The WBAdminApplication type is used to define all the advanced characteristics of an application deployed on a WEBDEV Application Server.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
Testing a WEBDEV website on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Automatic AJAX
The diagram below illustrates how AJAX is automatically implemented in a WEBDEV website......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
StreamAccept (Function)
Associates a stream connection request with a Conference control.
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any web service.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......