ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Creating a delete query
A delete query (corresponding SQL statement......
Creating an insert query
An insert query (corresponding SQL statement......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The Tab control
The Tab control is used to simultaneously display different controls......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Warning (Function)
Displays a custom message in a system warning window.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Project portfolio
From version 25, you can create "project portfolios"......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.