ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
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...
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...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxInsert (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.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Constants for object visibility
List of constants for managing the visibility of an object....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
HCross (Function)
Crosses a record in a data file.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Environment of the data model editor
LOOP statement
The statement block is repeated endlessly...
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
RGB (Function)
Defines a color from its Red, Green and Blue components.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HAddUser (Function)
Adds a user to a database.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.