ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android: Map control conditions of use
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
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)...
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
DownloadParameter (Variable type)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
hdfsRights (Variable type)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Window look: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Socket: create a standard socket server
WINDEV allows you to create a standard socket server......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
zipExtractPath (Function)
Returns the path of a file found in the archive.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
NumHelp (Function)
Returns the number of the help context associated with the specified control.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....