ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
<Check box>.Add
Adds a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Sort the data displayed in your tables in one click
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Events associated with a Layout control
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Events associated with the Conference control
List of events associated with a Conference control...
Page Header block
The Page header block is printed on each new page......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
7. Source Code Manager (SCM)
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
ErrorBuild (Function)
Displays a custom error message in a system error window.
7. Multilingual sites in practice
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WINDEV concepts
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
7. Multilingual applications in practice