ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
21. Managing business rules
Managing business rules...
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
18. Management of business rules
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
5. Which type of server to choose?
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Error 102: The constants can be defined in the initialization code of project, ...
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
5. Displaying a WEBDEV Session site
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
<TreeView>.Modify (Function)
Modifies an element (node or leaf) in a TreeView control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
7. Source Code Manager (SCM)
Check model
You can use check models to easily create checks...