ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
TableInfoXY (Example)
Usage example of the TableInfoXY function
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
zipChangePath (Example)
Usage example of the zipChangePath function
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
zipExtractFile (Example)
Usage example of the zipExtractFile function
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Creating the windows and the pages of the RAD pattern
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Universal replication
The purpose of universal replication is to keep several databases synchronized......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
zipListFile (Example)
Usage example of the zipListFile function
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
TableAddChild (Example)
Usage example of the TableAddChild function