ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
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.
Replication server for the assisted universal replication
The assisted universal replication can use a replication 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"...
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
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......
WEBDEV concepts
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Copying and cloning
Variables are copied using the "=" operator...
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Programming patterns
CAUTION......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...