ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Type and version of Web server
The configuration diagnostic displays the following error......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Native Sybase Connector for WINDEV and WEBDEV 2024
The OLE control
The OLE control is used to handle an OLE object......
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
HListConnection (Function)
Returns the list of connections currently described in the application.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......