ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Manipulating Layout controls programmatically
A Layout control can be......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SocketClose (Function)
Closes a socket or a connection to a server socket.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any web service.
3. Project dashboard
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Python: Native calls
WLanguage allows for native Python calls......
HTTP functions (prefix syntax)
List of HTTP functions...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
The planes (in a window or in a report)
The planes are used to group the window controls......
Manipulating PDF Reader controls programmatically
PDF Reader controls can be manipulated programmatically......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.