ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
TreeView Table control functions
List of functions for managing TreeView Table controls...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
fCopyFile (Example)
Usage example of the fCopyFile function
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
HOut (Example)
Usage example of the HOut function
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
The structure of the file for remote control
The management of remote control uses a file in INI format......
SysRecentDocList (Function)
Returns the list of recently opened documents.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
11. Table/Looper controls
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Value (Property)
The Value property is used to get and change the value of an element.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Programming automatic calculations in the columns of a Table control