ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
WINDEV: Example of programmed Drag and Drop
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
TelemetryEnable (Function)
Enables the telemetry manually.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.