ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Phone constants (Android / iOS)
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
AppointmentContinuous (Property)
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'