ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
5. Project configuration
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
Constants for telemetry management
Constants for telemetry management...
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Typecasting of parameters
The description of the parameter type is optional......
4. User Groupware
User Groupware...
4. User Groupware
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Using the task management and the schedule
Time management is extremely important......
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.