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.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
3. Site development life cycle
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
The HTML Display control
The HTML Display control displays a web page in an application......
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Error 1001: The operators: and:: can only be used in the methods of classes
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
10. Page templates