ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
8. Windows in practice
Discover the main actions that can be performed on the windows....
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SaaS constants
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
25. Performing a process on several successive pages
Performing a process on several successive pages...