ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Matrix management functions
List of functions for managing matrices...
11. Choosing the action of a button/link
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
The use of the Automation type in a site is reserved for the advanced users
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
How to save and retrieve an image in a binary memo
End of Document block
The End of document block is run once at the end of the report execution......
11. Controls in practice
Discover the main characteristics of the controls...
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Guide organization
Organization of WINDEV Concepts...
14. Controls in practice
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
16. Types of code
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Data model editor: types of links
Several types of links can be found between the files......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Locking data files: correspondence between WINDEV 5.5 and the later versions