ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
The home page
The home page is the first page of your site......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Properties linked to the Euro management
List of properties linked to the Euro management...
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Private Store for mobile applications
There are two methods two deploy your applications......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
<String type>.Reverse (Function)
Reverses the characters of a string.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....