ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysSerialNum (Function)
Returns the IMEI number of the current device.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
Complete (Function)
Returns a character string of a specified length.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Asc (Function)
Returns the ASCII code of the specified character.
ExeListProcess (Function)
Returns the list of applications currently run.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
gpwMode (Function)
Returns the runtime mode of the User Groupware.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
XMLResult (Function)
Returns the result of a calculation XPath query.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
BTStack (Function)
Returns the Bluetooth stack currently used.
RegistryValueType (Function)
Returns the type of value found in the registry.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......