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.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
The Organizer control
The Organizer control is used to display and handle organizers......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Date (Type of variable)
The Date type enables you to easily handle the dates...
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
SaaS constants
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......