ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPCommand (Function)
Sends a specific FTP command to a server.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
NextTitle (Function)
Modifies the title of next window to open.
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
zipCreate (Function)
Creates an archive.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HNext (Function)
Sets the position on the next data file record according to a browse item.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
HPrevious (Function)
Positions on the previous file record according to a browse item.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.