ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Task list
Each project can be associated with a task list...
Import a list of requirements
The Project Management Hub allows you to import requirements...
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
QuickActionList (Function)
Lists the application's quick actions.
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
ScanList (Function)
Lists the scanners connected to the current computer.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
<Drive variable>.ListDirectory (Function)
Lists drive directories.
DriveListFile (Function)
Lists the files in a cloud-based drive directory.
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
OutlookListProfile (Function)
Lists the available Outlook profiles.
<emailOutlookSession variable>.ListFolder (Function)
Returns the list of folders found in the Outlook messaging software.
DriveListDirectory (Function)
Lists drive directories.
SysListScreenResolution (Function)
Returns the possible resolutions for a screen.
BurnerList (Function)
Returns the list of burners installed on the current computer.
Creating requirements
The following steps must be performed to implement the requirements...
<Drive variable>.ListFile (Function)
Lists the files in a cloud-based drive directory.
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
UPNPListDevice (Function)
Lists the UPNnP devices available on the network.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
<gglConnection variable>.ListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
tapiDeviceList (Function)
Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer.
NotesListAttachment (Function)
Returns the list of files attached to an item of the current document in Lotus Notes.
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
SpreadsheetListWorksheet (Function)
Returns the list of worksheets found in a Spreadsheet control.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SysListScreen (Function)
Returns the list of screens connected to one or more video cards.
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
DNSListAddress (Function)
Lists IP addresses associated with a domain name in the DNS server.
<emailIMAPSession variable>.ListFolder (Function)
Returns the list of folders of an IMAP session.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced...
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product...
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application...
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor,...
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Popup window
WINDEV allows you to open windows in popup format......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Creating and generating an external component
A component must be created from a project containing all the elements required...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
WDTRAD options
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Materialized view
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
BackgroundTaskAdd (Function)
Adds a new background task.
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links...
Code history
The code history is used to......