ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCopyRecord (Example)
Usage example of the HCopyRecord function
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
fTime (Example)
Usage example of the fTime function
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HTTPRequest (Example)
Usage example of the HTTPRequest function
Extracting messages added or modified since last extraction
A project was already created and translated......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
FileDisplay (Example)
Usage example of the FileDisplay function
FTPConnect (Example)
Usage example of the FTPConnect function
zipFindFile (Example)
Usage example of the zipFindFile function
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
fMakeDir (Example)
Usage example of the fMakeDir function
CookieWrite (Example)
Usage example of the CookieWrite function