ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grIncreaseData (Function)
Adds a value to a data in a chart.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
CurrentDay( Function)
Returns the number of the current day in the current month.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HCreateMovableReplica (Function)
Creates a movable replication.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
ID (Property)
The ID property is used to get and change IDs.
Size (Property)
The Size property is used to determine and change the size of an element.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
SysDir (Function)
Returns the path of a system directory.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......