ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
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...
CheckBoxDelete (Function)
Deletes an option from 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...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
TimeToString (Function)
Converts a time to a string in the specified format.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
dCopyImage (Example)
Usage example of the dCopyImage function
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
HIndex (Example)
Usage example of the HIndex function
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
fLongName (Example)
Usage example of the fLongName function
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....