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.
grTitle (Function)
Modifies the caption and/or position of the chart title....
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
SQLExec (Function)
Names and runs an SQL query.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
History of versions
The history of setup versions is an advanced feature of the network setup......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Various constants
List of various constants used by the constants WINDEV functions....
Managing the styles
The help editor allows you to define styles of paragraphs......
Manager of automated tests
The test manager is used to......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HListAnalysis (Example)
Usage example of the HListAnalysis function
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min