ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LoadParameter (Function)
Reads a persistent value.
<Chart>.AxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Print constants
List of constants used by the print functions....
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
WDMSG, WDTRAD and WDDIXIO: Translation tools
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
5. Displaying a WEBDEV Session site
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
OCRExtractText (Function)
Reads the text contained in an image.
End of break block
The End of break block is optional......
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
MatRead (Function)
Reads the value of a matrix element.
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
grDeleteAll (Function)
Erases a chart and destroys this chart.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.