ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.
Passing parameters
The parameters can be passed to a procedure......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<Array>.Count (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....
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....
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
User group settings
Events associated with Link controls
List of events associated with Link controls...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Animating a Static control
Two methods can be used to animate a Static control......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min