ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WordCount (Function)
Returns the number of words in a string.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HStatTime (Function)
Returns the time of the last update for the index statistics.
Recompiling the project
The project compilation is a process used to......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Z-index of a control
All the controls in a window or report have a different z-index......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Financial constants
List of constants used by the financial functions....
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WordToArray (Function)
Fills an array with the words from a string.
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)....
Events associated with internal windows
List of events associated with internal windows...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.