ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Edit control
The Edit control allows users to enter data......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
HReadFirst (Function)
Positions on the first file record according to a browse item.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Multiline strings
To type character strings over several lines in the code editor...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
String (Variable type)
The String type is used to manipulate strings......
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page....
Looper control based on a table
This type of Looper control uses data from a table or query......
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
SysScreenOrientation (Function)
Allows you to: know the orientation of the device screen (Android or iOS phone). set the screen orientation of the device (Android phone)....
The different types of integers