ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Chart constants
List of constants used by the functions for chart management....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
Creating the Vision windows of the WINDEV RAD pattern
Specific features of the applications for iPhone/iPad
Table,Col (External language)
Returns the current index of the column.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
tapiListen (Example)
Usage example of the tapiListen function
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Dashboard constants
Constants used by the functions for managing Dashboard controls...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
SQLFirst (Function)
Positions on the first row of the query result.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.