ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Salesforce functions
List of Salesforce functions...
fAttribute (Function)
Returns or modifies the attributes of a file.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Progress Bar control properties
List of properties associated with the Progress Bar control...
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Events associated with a Gantt Chart column
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Drawing constants
List of constants used by the drawing functions....
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.