ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
Query editor: Characteristics
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
State (Property)
The State property is used to get and change the state of an element.
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Sending elements to Free Technical Support
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
LDAPNbValue (Function)
Returns the number of values for an attribute.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......