ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
SMSSend (Function)
Sends an SMS.
Structure (Type of variable)
A structure is a custom type of data...
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Caption (Property)
The Caption property is used to get and change the text of an element.
Extracting messages added or modified since last extraction
A project was already created and translated......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
WDTRAD options
12. Pages in practice
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
HCross (Function)
Crosses a record in a data file.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
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)...