ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Google Contacts functions
List of functions for managing Google contacts...
Extracting messages added or modified since last extraction
A project was already created and translated......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
On/Off button in a window
The on/off button is a button that operates like a check box......
Error 2109: You are using the ObjectInfo function
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Message text file format
The text files created by WDMSG use a specific format......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
1. Project and Database Schema
The development of a Windows application with WINDEV is based on two main elements: the Project and the Database Schema....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
FOR EACH statement (loop through a jsonReader variable)
The FOR EACH statement loops through a variable of type jsonReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop. Note: This feature is only available from version 2025 Update 3....