ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
New (Reserved word)
New is used to allocate memory space...
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
3. Debugger
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
rssInitialize (Function)
Loads a RSS stream in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
Count (Property)
The Count property returns the number of elements in a given set.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Creating index keywords
Index keywords allow users to easily find a help page......
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....