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...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<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.
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.
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.
HAddUser (Function)
Adds a user to a database.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WaitWindowStart (Function)
Opens the wait window of application.
Component diagram
A component diagram shows the physical and static architecture of a system software......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
3-tier architecture
The development in "3-tier" architecture is now simplified......
"?" menu
WINDEV proposes a help menu adapted to your applications......
3. Deploying a WINDEV application