ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Associative array (Type of variable)
An associative array is an "advanced" type of array...
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
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)......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
HCross (Function)
Crosses a record in a data file.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).