ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
3. Managing sockets
WINDEV includes advanced socket management functions....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
WDInst: handling the files to install
By default, the files to install are......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
SQLExec (Function)
Names and runs an SQL query.
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Managing assertions
...The main available features are as follows:...
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
1. RAD (Rapid Application Development)
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....