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.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control...
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set...
Copying and cloning
Variables are copied using the "=" operator...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
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...
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize...
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Handling an internal component
An internal component is a set of elements from a project......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow...
UploadStart (Function)
Starts sending the selected files into an Upload control.
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control....
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls...
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept...
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character...
Environment of the project editor
The main elements of the project editor are as follows:
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......