ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventOpen (Function)
Opens a synchronization event between several threads.
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
zipIsMulti (Example)
Usage example of the zipIsMulti function
HRegenerateFile (Function)
Regenerates a data file from its log.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Handling TimeLine controls programmatically
A TimeLine control can be......
Events associated with Chart controls
List of events associated with the Chart controls...
Handling Scheduler controls programmatically
A Scheduler control can be......
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Environment of the data model editor
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Execute (Function)
Starts the execution of a process through programming.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Report based on a query
Queries are used to easily select records in one or more data files......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
2. WEBDEV administrator in practice