ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Font (Type of variable)
A Font variable creates a font programmatically...
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
OpenSister (Function)
Opens a non-modal sibling window.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
11. Controls in practice
Discover the main characteristics of the controls...
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Using .NET assemblies in a project
To use .NET assemblies in a project......
The single-part and multi-part archives
Two types of archives are available......
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).