ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Check Box controls
List of events associated with Check Box controls...
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
Task management functions
List of functions for managing tasks...
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Runtime error management functions
List of functions for managing runtime errors...
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<Gantt chart>.DateTimePosition (Function)
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Handling Gantt Chart controls programmatically
Events associated with Calendar controls
List of events associated with Calendar controls...
Events associated with a Switch control
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Image controls
List of events associated with Image controls...
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Functions for managing queues, stacks and lists (prefix syntax)
List of functions for managing the queues, the stacks and the lists...
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......