ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
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)....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Referring to an element in a WLanguage event / process
The different types of integers
Automatic error handling
Error handling can be customized for each process......
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
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....
dBackground (Example)
Usage example of the dBackground function
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
2. Projects in practice
Discover the main operations that can be performed on a project....
Browser constants
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
OrgElement (Variable type)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.