ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
ArrayDistinct (Function)
Returns an array without duplicates.
String functions
List of functions for managing character strings...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Creating the skin template of a report
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Constants for the archiving functions
List of constants used by the archiving functions....
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Library,Disk (External language)
Opens the project library that is stored on disk.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.