ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
grGradient (Function)
Enables or disables the display of color gradients in a chart.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Custom properties (WLanguage)
A custom property is a code element with two events......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
iPreview (Example)
Usage example of the iPreview function
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
fLock (Example)
Usage example of the fLock function
fUnlock (Example)
Usage example of the fUnlock function