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.
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Passing parameters
The parameters can be passed to a procedure......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Google constants
List of constants used by the Google functions....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Compilation options
The compilation options allow you to define the help system generation settings......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
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).
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....